diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-05-18 22:00:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 18:21:16 -0300 |
commit | ab482a6c18523b7aa75eb146dad4db77a86572fa (patch) | |
tree | f7e92162c93f58d0f80531ce22d8cd59e7b281bd | |
parent | 493b7127aa56d0a5c041797639bf543d96f6261b (diff) | |
download | blackbird-op-linux-ab482a6c18523b7aa75eb146dad4db77a86572fa.tar.gz blackbird-op-linux-ab482a6c18523b7aa75eb146dad4db77a86572fa.zip |
V4L/DVB (11881): one kconfig controls them all
Add a kconfig symbol that allows someone to disable all
multimedia config options at one time.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 223c36ede5ae..ba69beeb0e21 100644 --- a/drivers/media/Kconfig +++ b/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 |