diff options
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 3a80e0cc7369..624b21cef5b3 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -87,6 +87,14 @@ config VIDEO_TVEEPROM | |||
87 | tristate | 87 | tristate |
88 | depends on I2C | 88 | depends on I2C |
89 | 89 | ||
90 | config DAB | ||
91 | boolean "DAB adapters" | ||
92 | default y | ||
93 | ---help--- | ||
94 | Allow selecting support for for Digital Audio Broadcasting (DAB) | ||
95 | Receiver adapters. | ||
96 | |||
97 | if DAB | ||
90 | config USB_DABUSB | 98 | config USB_DABUSB |
91 | tristate "DABUSB driver" | 99 | tristate "DABUSB driver" |
92 | depends on USB | 100 | depends on USB |
@@ -100,5 +108,6 @@ config USB_DABUSB | |||
100 | 108 | ||
101 | To compile this driver as a module, choose M here: the | 109 | To compile this driver as a module, choose M here: the |
102 | module will be called dabusb. | 110 | module will be called dabusb. |
111 | endif # DAB | ||
103 | 112 | ||
104 | endmenu | 113 | endmenu |