diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-22 17:29:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:20:47 -0400 |
commit | 854470606070d91955f03a7dca3a8024fc2a2540 (patch) | |
tree | 858216ab89c0f23b1f6d23782b4275112550b499 /drivers/media/dvb/siano/Kconfig | |
parent | 7d18d2e91b5495ed0b99c83d595a56e25521a111 (diff) |
V4L/DVB (8272): sms1xxx: move driver from media/mdtv/ to media/dvb/siano/
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/siano/Kconfig')
-rw-r--r-- | drivers/media/dvb/siano/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/media/dvb/siano/Kconfig b/drivers/media/dvb/siano/Kconfig new file mode 100644 index 000000000000..878d48c1cfc0 --- /dev/null +++ b/drivers/media/dvb/siano/Kconfig | |||
@@ -0,0 +1,16 @@ | |||
1 | # | ||
2 | # Siano Mobile Silicon Digital TV device configuration | ||
3 | # | ||
4 | |||
5 | config DVB_SIANO_SMS1XXX | ||
6 | tristate "Siano SMS1xxx USB dongle support" | ||
7 | depends on DVB_CORE && USB | ||
8 | ---help--- | ||
9 | Choose Y here if you have USB dongle with SMS1xxx chipset. | ||
10 | |||
11 | Further documentation on this driver can be found on the WWW at | ||
12 | <http://www.siano-ms.com/>. | ||
13 | |||
14 | To compile this driver as a module, choose M here: the | ||
15 | module will be called sms1xxx. | ||
16 | |||