aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/common/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-10-17 16:59:01 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-10-17 16:59:01 -0300
commitfdd1eeb49d36fa79505f96de0f68e8d6768ab0b0 (patch)
treec9bd13d5cfd6ef0701752be40405962f4d1c507e /drivers/media/common/Kconfig
parent[media] Kconfig: Fix dependencies for driver autoselect options (diff)
downloadwireguard-linux-fdd1eeb49d36fa79505f96de0f68e8d6768ab0b0.tar.xz
wireguard-linux-fdd1eeb49d36fa79505f96de0f68e8d6768ab0b0.zip
[media] siano: allow compiling it without RC support
Remote controller support should be optional on all drivers. Make it optional at Siano's driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/Kconfig')
-rw-r--r--drivers/media/common/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/common/Kconfig b/drivers/media/common/Kconfig
index 121b0110af3c..d2a436ce77f8 100644
--- a/drivers/media/common/Kconfig
+++ b/drivers/media/common/Kconfig
@@ -1,3 +1,10 @@
+# Used by common drivers, when they need to ask questions
+config MEDIA_COMMON_OPTIONS
+ bool
+
+comment "common driver options"
+ depends on MEDIA_COMMON_OPTIONS
+
source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/saa7146/Kconfig"
source "drivers/media/common/siano/Kconfig"