diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-19 14:56:13 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-19 14:56:13 -0400 |
commit | aba072902ac0dc668d31da3c3cbaac0a5ed5d6e5 (patch) | |
tree | 541f15c437a2ca7e9241f8a3ffaedfc8670ef38f /linux/drivers/media/mdtv/Kconfig | |
parent | f240359569256bde592be1b5a647a301a1b40a6d (diff) | |
download | mediapointer-dvb-s2-aba072902ac0dc668d31da3c3cbaac0a5ed5d6e5.tar.gz mediapointer-dvb-s2-aba072902ac0dc668d31da3c3cbaac0a5ed5d6e5.tar.bz2 |
add support for SMS1010 and SMS1150 based digital television devices
From: Michael Krufky <mkrufky@linuxtv.org>
initial driver drop, provided by Siano Mobile Silicon, Inc.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/mdtv/Kconfig')
-rw-r--r-- | linux/drivers/media/mdtv/Kconfig | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/linux/drivers/media/mdtv/Kconfig b/linux/drivers/media/mdtv/Kconfig new file mode 100644 index 000000000..f3bae4500 --- /dev/null +++ b/linux/drivers/media/mdtv/Kconfig @@ -0,0 +1,36 @@ +# +# Mobile Digital TV device configuration +# + +config MDTV_SIANO_STELLAR_COMMON + tristate "Siano SMS10xx adapter" + default m + ---help--- + Choose Y here if you have SMS10xx chipset. + + In order to control the SMS10xx chipset you will need SMS Host Control library. + + Further documentation on this driver can be found on the WWW at + <http://www.siano-ms.com/>. + + To compile this driver as a module, choose M here: the + modules will be called smschar and smsnet. + +config MDTV_SIANO_STELLAR_USB + tristate "Siano SMS10xx USB dongle support" + depends on MDTV_SIANO_STELLAR_COMMON + default m + ---help--- + Choose Y here if you have USB dongle with SMS10xx chipset. + + In order to control the SMS10xx chipset you will need SMS Host Control library. + + Further documentation on this driver can be found on the WWW at + <http://www.siano-ms.com/>. + + To compile this driver as a module, choose M here: the + module will be called smsusb. + + + + |