Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a95735d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (5601): Create a menu for DAB



DABUSB driver were a little lost at Multimedia core menu.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 523b78d1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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