浏览代码

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>
Mauro Carvalho Chehab 18 年之前
父节点
当前提交
9a95735dde
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      drivers/media/Kconfig

+ 9 - 0
drivers/media/Kconfig

@@ -86,6 +86,14 @@ config VIDEO_TVEEPROM
 	tristate
 	tristate
 	depends on I2C
 	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
 config USB_DABUSB
 	tristate "DABUSB driver"
 	tristate "DABUSB driver"
 	depends on USB
 	depends on USB
@@ -99,5 +107,6 @@ config USB_DABUSB
 
 
 	  To compile this driver as a module, choose M here: the
 	  To compile this driver as a module, choose M here: the
 	  module will be called dabusb.
 	  module will be called dabusb.
+endif # DAB
 
 
 endmenu
 endmenu