Kconfig (4d2e37340ec9dccb594e98481474f06e3b712841) | Kconfig (2e74a01fb073900c8cc5df6b5e4bcbf575ac6c26) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_EM28XX 3 tristate "Empia EM28xx USB devices support" 4 depends on VIDEO_DEV && I2C 5 select VIDEO_TUNER 6 select VIDEO_TVEEPROM 7 8config VIDEO_EM28XX_V4L2 --- 53 unchanged lines hidden (view full) --- 62 select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT 63 select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT 64 select DVB_TC90522 if MEDIA_SUBDRV_AUTOSELECT 65 select MEDIA_TUNER_QM1D1C0042 if MEDIA_SUBDRV_AUTOSELECT 66 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT 67 select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT 68 select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT 69 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT | 1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_EM28XX 3 tristate "Empia EM28xx USB devices support" 4 depends on VIDEO_DEV && I2C 5 select VIDEO_TUNER 6 select VIDEO_TVEEPROM 7 8config VIDEO_EM28XX_V4L2 --- 53 unchanged lines hidden (view full) --- 62 select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT 63 select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT 64 select DVB_TC90522 if MEDIA_SUBDRV_AUTOSELECT 65 select MEDIA_TUNER_QM1D1C0042 if MEDIA_SUBDRV_AUTOSELECT 66 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT 67 select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT 68 select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT 69 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
70 select DVB_MXL692 if MEDIA_SUBDRV_AUTOSELECT |
|
70 help 71 This adds support for DVB cards based on the 72 Empiatech em28xx chips. 73 74config VIDEO_EM28XX_RC 75 tristate "EM28XX Remote Controller support" 76 depends on RC_CORE 77 depends on VIDEO_EM28XX 78 depends on !(RC_CORE=m && VIDEO_EM28XX=y) 79 default VIDEO_EM28XX 80 select BITREVERSE 81 help 82 Enables Remote Controller support on em28xx driver. | 71 help 72 This adds support for DVB cards based on the 73 Empiatech em28xx chips. 74 75config VIDEO_EM28XX_RC 76 tristate "EM28XX Remote Controller support" 77 depends on RC_CORE 78 depends on VIDEO_EM28XX 79 depends on !(RC_CORE=m && VIDEO_EM28XX=y) 80 default VIDEO_EM28XX 81 select BITREVERSE 82 help 83 Enables Remote Controller support on em28xx driver. |