From: Mauro Carvalho Chehab Date: Thu, 3 May 2007 19:01:02 +0000 (-0300) Subject: V4L/DVB (5601): Create a menu for DAB X-Git-Tag: MMI-PSA29.97-13-9~43166^2~20 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9a95735dde206d2b3575c6368172206535c9bb4e;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git V4L/DVB (5601): Create a menu for DAB DABUSB driver were a little lost at Multimedia core menu. Signed-off-by: Mauro Carvalho Chehab --- 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 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