summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari2012-11-29 04:05:35 +0100
committerMauro Carvalho Chehab2013-01-06 13:15:07 +0100
commit0c87c66aa383b045c437e7cf456eef28a8aa7b66 (patch)
tree03be03c9d8d730e2ec3bc81c8cbc00fe0fc0aea8 /drivers/media/usb/dvb-usb-v2/Kconfig
parent[media] V4L: Remove deprecated image centering controls (diff)
downloadkernel-qcow2-linux-0c87c66aa383b045c437e7cf456eef28a8aa7b66.tar.gz
kernel-qcow2-linux-0c87c66aa383b045c437e7cf456eef28a8aa7b66.tar.xz
kernel-qcow2-linux-0c87c66aa383b045c437e7cf456eef28a8aa7b66.zip
[media] dvb_usb_v2: make remote controller optional
Make it possible to compile dvb_usb_v2 driver without the remote controller (RC-core). Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/Kconfig')
-rw-r--r--drivers/media/usb/dvb-usb-v2/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/Kconfig b/drivers/media/usb/dvb-usb-v2/Kconfig
index 3240d559ef7b..7b5773fe6367 100644
--- a/drivers/media/usb/dvb-usb-v2/Kconfig
+++ b/drivers/media/usb/dvb-usb-v2/Kconfig
@@ -1,6 +1,6 @@
config DVB_USB_V2
tristate "Support for various USB DVB devices v2"
- depends on DVB_CORE && USB && I2C && RC_CORE
+ depends on DVB_CORE && USB && I2C
help
By enabling this you will be able to choose the various supported
USB1.1 and USB2.0 DVB devices.
@@ -113,6 +113,7 @@ config DVB_USB_IT913X
config DVB_USB_LME2510
tristate "LME DM04/QQBOX DVB-S USB2.0 support"
depends on DVB_USB_V2
+ depends on RC_CORE
select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT
select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT
select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT