提交 7a19598c 编写于 作者: S Steven Toth 提交者: Mauro Carvalho Chehab

V4L/DVB (8265): sms1xxx: Kconfig / Makefile cleanups

Signed-off-by: NSteven Toth <stoth@hauppauge.com>
Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 9e4fb5e7
...@@ -2,35 +2,15 @@ ...@@ -2,35 +2,15 @@
# Mobile Digital TV device configuration # 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 config MDTV_SIANO_STELLAR_USB
tristate "Siano SMS10xx USB dongle support" tristate "Siano SMS10xx USB dongle support"
depends on MDTV_SIANO_STELLAR_COMMON
default m default m
---help--- ---help---
Choose Y here if you have USB dongle with SMS10xx chipset. 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 Further documentation on this driver can be found on the WWW at
<http://www.siano-ms.com/>. <http://www.siano-ms.com/>.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called smsusb. modules will be called smschar and smsnet.
...@@ -4,6 +4,4 @@ ...@@ -4,6 +4,4 @@
smscore-objs := smscoreapi.o smscore-objs := smscoreapi.o
obj-$(CONFIG_MDTV_SIANO_STELLAR_COMMON) += smscore.o obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smscore.o smsusb.o smsdvb.o
obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsusb.o
obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsdvb.o
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册