diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-22 14:29:20 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-22 14:29:20 -0400 |
commit | 0f3c06c4426ece47776ea890d635a3b0dad377c8 (patch) | |
tree | 3f35cacb812ea66f9422042e621f7c0e3a31c4c6 /linux/drivers/media/dvb/siano/Kconfig | |
parent | 09bb1a3f4b7108e4ccb5e23cf44a95ec055a4858 (diff) | |
download | mediapointer-dvb-s2-0f3c06c4426ece47776ea890d635a3b0dad377c8.tar.gz mediapointer-dvb-s2-0f3c06c4426ece47776ea890d635a3b0dad377c8.tar.bz2 |
sms1xxx: move driver from media/mdtv/ to media/dvb/siano/
From: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/siano/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/siano/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/siano/Kconfig b/linux/drivers/media/dvb/siano/Kconfig new file mode 100644 index 000000000..878d48c1c --- /dev/null +++ b/linux/drivers/media/dvb/siano/Kconfig @@ -0,0 +1,16 @@ +# +# Siano Mobile Silicon Digital TV device configuration +# + +config DVB_SIANO_SMS1XXX + tristate "Siano SMS1xxx USB dongle support" + depends on DVB_CORE && USB + ---help--- + Choose Y here if you have USB dongle with SMS1xxx chipset. + + 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 sms1xxx. + |