]> git.karo-electronics.de Git - linux-beck.git/commitdiff
V4L/DVB (5601): Create a menu for DAB
authorMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 3 May 2007 19:01:02 +0000 (16:01 -0300)
committerMauro 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

index 91d25798ae4a625ceab60094f2a43340bc443f2f..a852799f7bdb38f411a9524a507206274f0716c5 100644 (file)
@@ -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