diff options
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/Kconfig')
-rw-r--r-- | drivers/media/usb/dvb-usb-v2/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/Kconfig b/drivers/media/usb/dvb-usb-v2/Kconfig index 7a622dbe9b6d..692224d97d06 100644 --- a/drivers/media/usb/dvb-usb-v2/Kconfig +++ b/drivers/media/usb/dvb-usb-v2/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config DVB_USB_V2 | 1 | config DVB_USB_V2 |
2 | tristate "Support for various USB DVB devices v2" | 2 | tristate "Support for various USB DVB devices v2" |
3 | depends on DVB_CORE && USB && I2C && RC_CORE | 3 | depends on DVB_CORE && USB && I2C |
4 | help | 4 | help |
5 | By enabling this you will be able to choose the various supported | 5 | By enabling this you will be able to choose the various supported |
6 | USB1.1 and USB2.0 DVB devices. | 6 | USB1.1 and USB2.0 DVB devices. |
@@ -113,6 +113,7 @@ config DVB_USB_IT913X | |||
113 | config DVB_USB_LME2510 | 113 | config DVB_USB_LME2510 |
114 | tristate "LME DM04/QQBOX DVB-S USB2.0 support" | 114 | tristate "LME DM04/QQBOX DVB-S USB2.0 support" |
115 | depends on DVB_USB_V2 | 115 | depends on DVB_USB_V2 |
116 | depends on RC_CORE | ||
116 | select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT | 117 | select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT |
117 | select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT | 118 | select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT |
118 | select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT | 119 | select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT |
@@ -120,6 +121,7 @@ config DVB_USB_LME2510 | |||
120 | select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT | 121 | select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT |
121 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT | 122 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
122 | select DVB_M88RS2000 if MEDIA_SUBDRV_AUTOSELECT | 123 | select DVB_M88RS2000 if MEDIA_SUBDRV_AUTOSELECT |
124 | select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT | ||
123 | help | 125 | help |
124 | Say Y here to support the LME DM04/QQBOX DVB-S USB2.0 | 126 | Say Y here to support the LME DM04/QQBOX DVB-S USB2.0 |
125 | 127 | ||