The patch number 8265 was added via Michael Krufky <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Steven Toth <[EMAIL PROTECTED]> sms1xxx: Kconfig / Makefile cleanups Signed-off-by: Steven Toth <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> --- linux/drivers/media/mdtv/Kconfig | 26 +++----------------------- linux/drivers/media/mdtv/Makefile | 4 +--- 2 files changed, 4 insertions(+), 26 deletions(-) diff -r 9fe6e4f9b82d -r f680da17562c linux/drivers/media/mdtv/Kconfig --- a/linux/drivers/media/mdtv/Kconfig Thu May 22 11:48:54 2008 -0400 +++ b/linux/drivers/media/mdtv/Kconfig Thu May 22 12:43:04 2008 -0400 @@ -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 <http://www.siano-ms.com/>. @@ -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 - <http://www.siano-ms.com/>. - - To compile this driver as a module, choose M here: the - module will be called smsusb. - - - - diff -r 9fe6e4f9b82d -r f680da17562c linux/drivers/media/mdtv/Makefile --- a/linux/drivers/media/mdtv/Makefile Thu May 22 11:48:54 2008 -0400 +++ b/linux/drivers/media/mdtv/Makefile Thu May 22 12:43:04 2008 -0400 @@ -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 --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/f680da17562c8a94afedcdfa36069b583cb02420 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits