]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (8265): sms1xxx: Kconfig / Makefile cleanups
authorSteven Toth <stoth@hauppauge.com>
Thu, 22 May 2008 19:43:04 +0000 (16:43 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 20 Jul 2008 10:20:12 +0000 (07:20 -0300)
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>
drivers/media/mdtv/Kconfig
drivers/media/mdtv/Makefile

index f3bae45000d138bda7bfec1f239d4aa3af6766d0..a7faca0b7020c10ac59d0545b4bed68cecc42858 100644 (file)
@@ -2,35 +2,15 @@
 # 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.
-
-
-
+         modules will be called smschar and smsnet.
 
index 0af1b3827821517eb1683aef143752c17e7181b3..e3d727d0a3ce6714289970cccb8cd8d7b1e7f7a8 100644 (file)
@@ -4,6 +4,4 @@
 
 smscore-objs := smscoreapi.o
 
-obj-$(CONFIG_MDTV_SIANO_STELLAR_COMMON) += smscore.o
-obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsusb.o
-obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsdvb.o
+obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smscore.o smsusb.o smsdvb.o