Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) Kconfig (3db4b68e4693bc2421a0cbb7777bd7e60e412549)
1
2config VIDEO_AU0828
3 tristate "Auvitek AU0828 support"
4 depends on I2C && INPUT && DVB_CORE && USB
5 select I2C_ALGOBIT
6 select VIDEO_TVEEPROM
7 select VIDEOBUF2_VMALLOC
8 select DVB_AU8522_DTV if MEDIA_SUBDRV_AUTOSELECT

--- 17 unchanged lines hidden (view full) ---

26 This is a video4linux driver for Auvitek's USB device.
27
28 Choose Y here to include support for v4l2 analog video
29 capture within the au0828 driver.
30
31config VIDEO_AU0828_RC
32 bool "AU0828 Remote Controller support"
33 depends on RC_CORE
1
2config VIDEO_AU0828
3 tristate "Auvitek AU0828 support"
4 depends on I2C && INPUT && DVB_CORE && USB
5 select I2C_ALGOBIT
6 select VIDEO_TVEEPROM
7 select VIDEOBUF2_VMALLOC
8 select DVB_AU8522_DTV if MEDIA_SUBDRV_AUTOSELECT

--- 17 unchanged lines hidden (view full) ---

26 This is a video4linux driver for Auvitek's USB device.
27
28 Choose Y here to include support for v4l2 analog video
29 capture within the au0828 driver.
30
31config VIDEO_AU0828_RC
32 bool "AU0828 Remote Controller support"
33 depends on RC_CORE
34 depends on !(RC_CORE=m && VIDEO_AU0828=y)
34 depends on VIDEO_AU0828
35 ---help---
36 Enables Remote Controller support on au0828 driver.
35 depends on VIDEO_AU0828
36 ---help---
37 Enables Remote Controller support on au0828 driver.