mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 23:50:25 +00:00
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>
This commit is contained in:
parent
493b7127aa
commit
ab482a6c18
@ -2,8 +2,14 @@
|
|||||||
# Multimedia device configuration
|
# Multimedia device configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
menu "Multimedia devices"
|
menuconfig MEDIA_SUPPORT
|
||||||
|
tristate "Multimedia support"
|
||||||
depends on HAS_IOMEM
|
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"
|
comment "Multimedia core support"
|
||||||
|
|
||||||
@ -136,4 +142,4 @@ config USB_DABUSB
|
|||||||
module will be called dabusb.
|
module will be called dabusb.
|
||||||
endif # DAB
|
endif # DAB
|
||||||
|
|
||||||
endmenu
|
endif # MEDIA_SUPPORT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user