aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig9
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
90config DAB
91 boolean "DAB adapters"
92 default y
93 ---help---
94 Allow selecting support for for Digital Audio Broadcasting (DAB)
95 Receiver adapters.
96
97if DAB
90config USB_DABUSB 98config 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.
111endif # DAB
103 112
104endmenu 113endmenu