diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-19 18:56:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 07:19:35 -0300 |
commit | 2e5c1ec8865abd81e24a394918c7ba315e0b7b70 (patch) | |
tree | cd241de9b5eeddc27455b07e3530f69bc3e7d95d /drivers/media/Kconfig | |
parent | a9e285856112e5e721b6a341d15437a164128b30 (diff) | |
download | linux-2e5c1ec8865abd81e24a394918c7ba315e0b7b70.tar.bz2 |
V4L/DVB (8258): add support for SMS1010 and SMS1150 based digital television devices
initial driver drop, provided by Siano Mobile Silicon, Inc.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 7a7803b5d497..e6a5879ea5f6 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -115,6 +115,20 @@ source "drivers/media/radio/Kconfig" source "drivers/media/dvb/Kconfig" +# +# Mobile Digital TV devices (DVB-H, T-DMB, etc.) +# +menuconfig MDTV_ADAPTERS + bool "Mobile Digital TV adapter" + default y + +if MDTV_ADAPTERS + +source "drivers/media/mdtv/Kconfig" + +endif # MDTV_ADAPTERS + + config DAB boolean "DAB adapters" ---help--- |