diff options
-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 @@ | |||
2 | # Multimedia device configuration | 2 | # Multimedia device configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Multimedia devices" | 5 | menuconfig MEDIA_SUPPORT |
6 | tristate "Multimedia support" | ||
6 | depends on HAS_IOMEM | 7 | depends on HAS_IOMEM |
8 | help | ||
9 | If you want to use Video for Linux, DVB for Linux, or DAB adapters, | ||
10 | enable this option and other options below. | ||
11 | |||
12 | if MEDIA_SUPPORT | ||
7 | 13 | ||
8 | comment "Multimedia core support" | 14 | comment "Multimedia core support" |
9 | 15 | ||
@@ -136,4 +142,4 @@ config USB_DABUSB | |||
136 | module will be called dabusb. | 142 | module will be called dabusb. |
137 | endif # DAB | 143 | endif # DAB |
138 | 144 | ||
139 | endmenu | 145 | endif # MEDIA_SUPPORT |