diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-28 19:53:51 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-28 19:53:51 -0400 |
commit | fcf27330cc0a45714010bc4ad6f48501b445e833 (patch) | |
tree | e1e4d3cb7ff27e0229c97ba32b0eb35138729c02 /linux/drivers/media/dvb/siano/Kconfig | |
parent | 7e1badf9cce00a874b2a20d31a22f932576527c4 (diff) | |
download | mediapointer-dvb-s2-fcf27330cc0a45714010bc4ad6f48501b445e833.tar.gz mediapointer-dvb-s2-fcf27330cc0a45714010bc4ad6f48501b445e833.tar.bz2 |
sms1xxx: Provide option to support Siano default usb ids
From: Michael Krufky <mkrufky@linuxtv.org>
Provide an option to enable / disable support for Siano's default usb ids.
This allows the support for Siano's USB IDs to be disabled, so that Siano's
external driver can be used, instead.
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 | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/siano/Kconfig b/linux/drivers/media/dvb/siano/Kconfig index 878d48c1c..dd863f261 100644 --- a/linux/drivers/media/dvb/siano/Kconfig +++ b/linux/drivers/media/dvb/siano/Kconfig @@ -3,14 +3,24 @@ # config DVB_SIANO_SMS1XXX - tristate "Siano SMS1xxx USB dongle support" + 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/>. + Choose Y here if you have a USB dongle with a SMS1XXX chipset. To compile this driver as a module, choose M here: the module will be called sms1xxx. +config DVB_SIANO_SMS1XXX_SMS_IDS + bool "Enable support for Siano Mobile Silicon default USB IDs" + depends on DVB_SIANO_SMS1XXX + default y + ---help--- + Choose Y here if you have a USB dongle with a SMS1XXX chipset + that uses Siano Mobile Silicon's default usb vid:pid. + + Choose N here if you would prefer to use Siano's external driver. + + Further documentation on this driver can be found on the WWW at + <http://www.siano-ms.com/>. + |