diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-22 12:43:04 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-22 12:43:04 -0400 |
commit | 8372e1b08569d0fe1a1c18cbfea60edfef2872b6 (patch) | |
tree | 81449b9b6faa1e01490a7f0c030f0fa658527db5 /linux/drivers/media/mdtv | |
parent | af5bc455eec073546291cb3b94ea111a540320af (diff) | |
download | mediapointer-dvb-s2-8372e1b08569d0fe1a1c18cbfea60edfef2872b6.tar.gz mediapointer-dvb-s2-8372e1b08569d0fe1a1c18cbfea60edfef2872b6.tar.bz2 |
sms1xxx: Kconfig / Makefile cleanups
From: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/mdtv')
-rw-r--r-- | linux/drivers/media/mdtv/Kconfig | 22 | ||||
-rw-r--r-- | linux/drivers/media/mdtv/Makefile | 4 |
2 files changed, 2 insertions, 24 deletions
diff --git a/linux/drivers/media/mdtv/Kconfig b/linux/drivers/media/mdtv/Kconfig index f3bae4500..a7faca0b7 100644 --- a/linux/drivers/media/mdtv/Kconfig +++ b/linux/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/linux/drivers/media/mdtv/Makefile b/linux/drivers/media/mdtv/Makefile index 0af1b3827..e3d727d0a 100644 --- a/linux/drivers/media/mdtv/Makefile +++ b/linux/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 |