From patchwork Tue May 19 12:47:27 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uri Shkolnik X-Patchwork-Id: 24707 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n4JCmBGk024042 for ; Tue, 19 May 2009 12:48:11 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753301AbZESMra (ORCPT ); Tue, 19 May 2009 08:47:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752890AbZESMr3 (ORCPT ); Tue, 19 May 2009 08:47:29 -0400 Received: from web110810.mail.gq1.yahoo.com ([67.195.13.233]:22767 "HELO web110810.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753324AbZESMr3 (ORCPT ); Tue, 19 May 2009 08:47:29 -0400 Received: (qmail 17049 invoked by uid 60001); 19 May 2009 12:47:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1242737248; bh=bPccjTNBiK/qY8NU1dpKw//2GHIvcMYUlTDNvQxnnu0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=mXz95HRz2JODHkWWecjgt/j3Mfi6+USpFPCLl9+cEMC9PvTZn51PCt2saszFeuOMnlYAeAoJbrX9Vf5ENKUgY5Kh/Q9eyd2mT0v8UXIgb4bSc9+UDVVy8tNLYrnmKIiffeOyFovhTMJoNT1hKycjDEIDPx5yfQGJLOGrkrVnSs4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=CquHHPjI7yWRGTeSscWfvd4ILWtDvtacJwqOahu1h2+FooNCOmzruylURkIWNURYrgpR8YIFaeB0fGqg+HkaA/z7KHu78vG2FaQHuSNGl5/ZTp2/uNZ1fVLmxlsl2Ks2U3riRvSAVcgH4egi3Vs4KVbW96ig5myYrW8BagGWSfw=; Message-ID: <188230.17027.qm@web110810.mail.gq1.yahoo.com> X-YMail-OSG: pW_P5nwVM1nqkDlCfMCVMIjaZffivLcCQhr8KKo3NZq0B6O2SVcS7auddwQrAu8tGeWIrXG.XtF5INTJmkMMrxyIk_cD6ceWCb_liSCx4OqNfToRF9XRyb6J3WrPHXCgRyewtT9ZSoSYPTqtQkwZKZ82h1Le1lEUwgtKSgYxZW2.Kh7R.n9FnwKshsuuBHyXzpbhIAUKWb6.V.EQt79bvYkoxxVvpAv7m2TGEuCVhHDW1GNnpy1x_2YjkPT_rhRZNTTdDTVluxMrXk3invKdkPuEfYClbkJLKdG2f2ME2TdofTKaWR8KzMQYOgNcz_7Lpuxm.cxhiqZoyulcn2YrxHhQ07XHpEjNYCGSLmE1Na6hn2bXOFIAATPGIg-- Received: from [199.203.99.233] by web110810.mail.gq1.yahoo.com via HTTP; Tue, 19 May 2009 05:47:27 PDT X-Mailer: YahooMailClassic/5.3.9 YahooMailWebService/0.7.289.10 Date: Tue, 19 May 2009 05:47:27 -0700 (PDT) From: Uri Shkolnik Subject: [PATCH] [09051_41] Siano - kconfig update To: LinuxML MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org # HG changeset patch # User Uri Shkolnik # Date 1242734522 -10800 # Node ID c74502f4c8e97bd9cec9656793bbabc11fb72ab4 # Parent 315bc4b65b4f527c4f9bc4fe3290e10f07975437 [09051_41] Siano - kconfig update From: Uri Shkolnik This patches comes to solve the comments on Siano's patch 0905_10. It updates the kconfig and makefile to support multi-modules build. Note that the dependency on dvb_core is for the (sms)dvb module alone, since the drivers set may work with another adapter. Priority: normal Signed-off-by: Uri Shkolnik --- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff -r 315bc4b65b4f -r c74502f4c8e9 linux/drivers/media/dvb/siano/Kconfig --- a/linux/drivers/media/dvb/siano/Kconfig Sun May 17 12:28:55 2009 +0000 +++ b/linux/drivers/media/dvb/siano/Kconfig Tue May 19 15:02:02 2009 +0300 @@ -2,25 +2,40 @@ # Siano Mobile Silicon Digital TV device configuration # -config DVB_SIANO_SMS1XXX - tristate "Siano SMS1XXX USB dongle support" - depends on DVB_CORE && USB +config SMS_SIANO_MDTV + tristate "Siano SMS1xxx based MDTV receiver" + default m ---help--- - Choose Y here if you have a USB dongle with a SMS1XXX chipset. + Choose Y or M here if you have MDTV receiver with a Siano chipset. - To compile this driver as a module, choose M here: the - module will be called sms1xxx. + To compile this driver as a module, choose M here + (The modules will be called smsmdtv). -config DVB_SIANO_SMS1XXX_SMS_IDS - bool "Enable support for Siano Mobile Silicon default USB IDs" - depends on DVB_SIANO_SMS1XXX - default y + Note: All dependents, if selected, will be part of this module. + + Further documentation on this driver can be found on the WWW + at http://www.siano-ms.com/ + +if SMS_SIANO_MDTV +menu "Siano module components" + +# Kernel sub systems support +config SMS_DVB3_SUBSYS + tristate "DVB v.3 Subsystem support" + depends on DVB_CORE + default m if DVB_CORE ---help--- - Choose Y here if you have a USB dongle with a SMS1XXX chipset - that uses Siano Mobile Silicon's default usb vid:pid. + Choose if you would like to have DVB v.3 kernel sub-system support. - Choose N here if you would prefer to use Siano's external driver. +# Hardware interfaces support - Further documentation on this driver can be found on the WWW at - . +config SMS_USB_DRV + tristate "USB interface support" + depends on USB + default m if USB + ---help--- + Choose if you would like to have Siano's support for USB interface + +endmenu +endif # SMS_SIANO_MDTV diff -r c74502f4c8e9 -r c405857480ba linux/drivers/media/dvb/siano/Makefile --- a/linux/drivers/media/dvb/siano/Makefile Tue May 19 15:02:02 2009 +0300 +++ b/linux/drivers/media/dvb/siano/Makefile Tue May 19 15:48:20 2009 +0300 @@ -1,8 +1,9 @@ sms1xxx-objs := smscoreapi.o sms-cards.o -sms1xxx-objs := smscoreapi.o sms-cards.o smsendian.o smsir.o -obj-$(CONFIG_DVB_SIANO_SMS1XXX) += sms1xxx.o -obj-$(CONFIG_DVB_SIANO_SMS1XXX) += smsusb.o -obj-$(CONFIG_DVB_SIANO_SMS1XXX) += smsdvb.o +smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o smsir.o + +obj-$(CONFIG_SMS_SIANO_MDTV) += smsmdtv.o +obj-$(CONFIG_SMS_USB_DRV) += smsusb.o +obj-$(CONFIG_SMS_DVB3_SUBSYS) += smsdvb.o EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core