mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
523b78d1d2
commit
9a95735dde
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue