From 7a19598c75660b6d4464d291f8e99a91fd7afc4a Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Thu, 22 May 2008 16:43:04 -0300 Subject: [PATCH] V4L/DVB (8265): sms1xxx: Kconfig / Makefile cleanups Signed-off-by: Steven Toth Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- drivers/media/mdtv/Kconfig | 26 +++----------------------- drivers/media/mdtv/Makefile | 4 +--- 2 files changed, 4 insertions(+), 26 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,13 +2,11 @@ # Mobile Digital TV device configuration # -config MDTV_SIANO_STELLAR_COMMON - tristate "Siano SMS10xx adapter" +config MDTV_SIANO_STELLAR_USB + tristate "Siano SMS10xx USB dongle support" 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. + Choose Y here if you have USB dongle with SMS10xx chipset. Further documentation on this driver can be found on the WWW at . @@ -16,21 +14,3 @@ config MDTV_SIANO_STELLAR_COMMON 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 - . - - To compile this driver as a module, choose M here: the - module will be called smsusb. - - - - 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 @@ 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