aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-05-22 15:43:04 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 06:20:12 -0400
commit7a19598c75660b6d4464d291f8e99a91fd7afc4a (patch)
tree8864f7e5e9b0d6ef08206587938bf49a1161b7d4
parent9e4fb5e7122ce67769719e715159baed5e5d7247 (diff)
V4L/DVB (8265): sms1xxx: Kconfig / Makefile cleanups
Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/mdtv/Kconfig22
-rw-r--r--drivers/media/mdtv/Makefile4
2 files changed, 2 insertions, 24 deletions
diff --git a/drivers/media/mdtv/Kconfig b/drivers/media/mdtv/Kconfig
index f3bae45000d1..a7faca0b7020 100644
--- a/drivers/media/mdtv/Kconfig
+++ b/drivers/media/mdtv/Kconfig
@@ -2,35 +2,15 @@
2# Mobile Digital TV device configuration 2# Mobile Digital TV device configuration
3# 3#
4 4
5config MDTV_SIANO_STELLAR_COMMON
6 tristate "Siano SMS10xx adapter"
7 default m
8 ---help---
9 Choose Y here if you have SMS10xx chipset.
10
11 In order to control the SMS10xx chipset you will need SMS Host Control library.
12
13 Further documentation on this driver can be found on the WWW at
14 <http://www.siano-ms.com/>.
15
16 To compile this driver as a module, choose M here: the
17 modules will be called smschar and smsnet.
18
19config MDTV_SIANO_STELLAR_USB 5config MDTV_SIANO_STELLAR_USB
20 tristate "Siano SMS10xx USB dongle support" 6 tristate "Siano SMS10xx USB dongle support"
21 depends on MDTV_SIANO_STELLAR_COMMON
22 default m 7 default m
23 ---help--- 8 ---help---
24 Choose Y here if you have USB dongle with SMS10xx chipset. 9 Choose Y here if you have USB dongle with SMS10xx chipset.
25 10
26 In order to control the SMS10xx chipset you will need SMS Host Control library.
27
28 Further documentation on this driver can be found on the WWW at 11 Further documentation on this driver can be found on the WWW at
29 <http://www.siano-ms.com/>. 12 <http://www.siano-ms.com/>.
30 13
31 To compile this driver as a module, choose M here: the 14 To compile this driver as a module, choose M here: the
32 module will be called smsusb. 15 modules will be called smschar and smsnet.
33
34
35
36 16
diff --git a/drivers/media/mdtv/Makefile b/drivers/media/mdtv/Makefile
index 0af1b3827821..e3d727d0a3ce 100644
--- a/drivers/media/mdtv/Makefile
+++ b/drivers/media/mdtv/Makefile
@@ -4,6 +4,4 @@
4 4
5smscore-objs := smscoreapi.o 5smscore-objs := smscoreapi.o
6 6
7obj-$(CONFIG_MDTV_SIANO_STELLAR_COMMON) += smscore.o 7obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smscore.o smsusb.o smsdvb.o
8obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsusb.o
9obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsdvb.o