diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-05-22 16:43:04 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 07:20:12 -0300 |
commit | 7a19598c75660b6d4464d291f8e99a91fd7afc4a (patch) | |
tree | 8864f7e5e9b0d6ef08206587938bf49a1161b7d4 /drivers/media | |
parent | 9e4fb5e7122ce67769719e715159baed5e5d7247 (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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/mdtv/Kconfig | 22 | ||||
-rw-r--r-- | drivers/media/mdtv/Makefile | 4 |
2 files changed, 2 insertions, 24 deletions
diff --git a/drivers/media/mdtv/Kconfig b/drivers/media/mdtv/Kconfig index f3bae45000d..a7faca0b702 100644 --- a/drivers/media/mdtv/Kconfig +++ b/drivers/media/mdtv/Kconfig @@ -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. diff --git a/drivers/media/mdtv/Makefile b/drivers/media/mdtv/Makefile index 0af1b382782..e3d727d0a3c 100644 --- a/drivers/media/mdtv/Makefile +++ b/drivers/media/mdtv/Makefile @@ -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 |