projects
/
linux-edison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
523b78d
)
V4L/DVB (5601): Create a menu for DAB
author
Mauro Carvalho Chehab
<mchehab@infradead.org>
Thu, 3 May 2007 19:01:02 +0000
(16:01 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 9 May 2007 13:12:54 +0000
(10:12 -0300)
DABUSB driver were a little lost at Multimedia core menu.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/Kconfig
b/drivers/media/Kconfig
index
91d2579
..
a852799
100644
(file)
--- a/
drivers/media/Kconfig
+++ b/
drivers/media/Kconfig
@@
-86,6
+86,14
@@
config VIDEO_TVEEPROM
tristate
depends on I2C
+config DAB
+ boolean "DAB adapters"
+ default y
+ ---help---
+ Allow selecting support for for Digital Audio Broadcasting (DAB)
+ Receiver adapters.
+
+if DAB
config USB_DABUSB
tristate "DABUSB driver"
depends on USB
@@
-99,5
+107,6
@@
config USB_DABUSB
To compile this driver as a module, choose M here: the
module will be called dabusb.
+endif # DAB
endmenu