summaryrefslogtreecommitdiff
path: root/linux/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-06-01 05:02:59 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-01 05:02:59 -0300
commitdd4931dd692b5001b3ccb4d7d74c1d4481f3a7be (patch)
tree159af14f7ff781703660d7f12a142b90ef64e52c /linux/drivers/media/Kconfig
parent3d5f82276e18a37806603a52b23d18c8b60b5d01 (diff)
parentd7709cc1d93ee6c75fc6e421ae5e8646aff438a7 (diff)
downloadmediapointer-dvb-s2-dd4931dd692b5001b3ccb4d7d74c1d4481f3a7be.tar.gz
mediapointer-dvb-s2-dd4931dd692b5001b3ccb4d7d74c1d4481f3a7be.tar.bz2
merge: http://linuxtv.org/hg/~awalls/cx18-av-core
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/Kconfig')
-rw-r--r--linux/drivers/media/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/linux/drivers/media/Kconfig b/linux/drivers/media/Kconfig
index 223c36ede..ba69beeb0 100644
--- a/linux/drivers/media/Kconfig
+++ b/linux/drivers/media/Kconfig
@@ -2,8 +2,14 @@
# Multimedia device configuration
#
-menu "Multimedia devices"
+menuconfig MEDIA_SUPPORT
+ tristate "Multimedia support"
depends on HAS_IOMEM
+ help
+ If you want to use Video for Linux, DVB for Linux, or DAB adapters,
+ enable this option and other options below.
+
+if MEDIA_SUPPORT
comment "Multimedia core support"
@@ -136,4 +142,4 @@ config USB_DABUSB
module will be called dabusb.
endif # DAB
-endmenu
+endif # MEDIA_SUPPORT