diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-03 15:01:02 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-09 09:12:54 -0400 |
commit | 9a95735dde206d2b3575c6368172206535c9bb4e (patch) | |
tree | 9949357a3f640ee814c250988db9638ecaed6783 /drivers/media/Kconfig | |
parent | 523b78d1d202dedcd9e549576d6179d68210c038 (diff) |
V4L/DVB (5601): Create a menu for DAB
DABUSB driver were a little lost at Multimedia core menu.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 91d25798ae4a..a852799f7bdb 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -86,6 +86,14 @@ config VIDEO_TVEEPROM | |||
86 | tristate | 86 | tristate |
87 | depends on I2C | 87 | depends on I2C |
88 | 88 | ||
89 | config DAB | ||
90 | boolean "DAB adapters" | ||
91 | default y | ||
92 | ---help--- | ||
93 | Allow selecting support for for Digital Audio Broadcasting (DAB) | ||
94 | Receiver adapters. | ||
95 | |||
96 | if DAB | ||
89 | config USB_DABUSB | 97 | config USB_DABUSB |
90 | tristate "DABUSB driver" | 98 | tristate "DABUSB driver" |
91 | depends on USB | 99 | depends on USB |
@@ -99,5 +107,6 @@ config USB_DABUSB | |||
99 | 107 | ||
100 | To compile this driver as a module, choose M here: the | 108 | To compile this driver as a module, choose M here: the |
101 | module will be called dabusb. | 109 | module will be called dabusb. |
110 | endif # DAB | ||
102 | 111 | ||
103 | endmenu | 112 | endmenu |