From patchwork Wed Jun 17 14:36:21 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Udi Atar X-Patchwork-Id: 30894 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 n5HEab38013015 for ; Wed, 17 Jun 2009 14:36:37 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753760AbZFQOgV (ORCPT ); Wed, 17 Jun 2009 10:36:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756212AbZFQOgV (ORCPT ); Wed, 17 Jun 2009 10:36:21 -0400 Received: from fg-out-1718.google.com ([72.14.220.156]:54207 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753760AbZFQOgU (ORCPT ); Wed, 17 Jun 2009 10:36:20 -0400 Received: by fg-out-1718.google.com with SMTP id 16so123971fgg.17 for ; Wed, 17 Jun 2009 07:36:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Zq6jwGX3AjHbbfmN+BzlZDmku0Hu8IdIoikwGTL0NJo=; b=Sk/TkeY+Kdu3ewT3d94G7noWyB+d1cMdIzhp7UU/JGx17UYuPOoKl0vqwP4oywCwFT /KLHKGKBGdtRGGhyrnnga6KNyQkaN8wk9kZLv7o83n8+en/P1tKgfO+yASS2WXSyxu+a RyrT8vQ8ExgloJtd0WIEabNOG8nzatyoFJuXs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=tgFOEBLYfVrqS4S4EbjJYi45bd+FR/4OfT/X3+BKG5LQwsHoW3gKknlSBq4yymBiOh 5Kmd9rxW7wnkUqefz9ncdLA5xI6b991pCwobbH66uv8vw0/fOlYWPggOtHqB+pdDkfLR wGTOuIvnTfDCPujT+xXxUQ3IPR897JV2pNh1I= MIME-Version: 1.0 Received: by 10.86.76.14 with SMTP id y14mr591600fga.48.1245249381633; Wed, 17 Jun 2009 07:36:21 -0700 (PDT) Date: Wed, 17 Jun 2009 17:36:21 +0300 Message-ID: Subject: [PATCH] [09061_01] Siano: Update KConfig and Makefile From: Udi Atar To: LinuxML Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org # HG changeset patch # User Udi Atar # Date 1245248482 -10800 # Node ID 46081b3e60046b900c9c8110513224911df8e106 # Parent b385a43af222b6c8d2d93937644eb936f63d81e3 Update Siano KConfig file From: Udi Atar Priority: normal Signed-off-by: Udi Atar the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff -r b385a43af222 -r 46081b3e6004 linux/drivers/media/dvb/siano/Kconfig --- a/linux/drivers/media/dvb/siano/Kconfig Tue Jun 16 23:55:44 2009 -0300 +++ b/linux/drivers/media/dvb/siano/Kconfig Wed Jun 17 17:21:22 2009 +0300 @@ -2,25 +2,32 @@ # 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" + +# Hardware interfaces support + +config SMS_USB_DRV + tristate "USB interface support" + depends on USB + default m if USB ---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 Siano's support for USB interface - Choose N here if you would prefer to use Siano's external driver. - Further documentation on this driver can be found on the WWW at - . - +endmenu +endif # SMS_SIANO_MDTV diff -r b385a43af222 -r 46081b3e6004 linux/drivers/media/dvb/siano/Makefile --- a/linux/drivers/media/dvb/siano/Makefile Tue Jun 16 23:55:44 2009 -0300 +++ b/linux/drivers/media/dvb/siano/Makefile Wed Jun 17 17:21:22 2009 +0300 @@ -1,8 +1,8 @@ -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 smsdvb.o +obj-$(CONFIG_SMS_USB_DRV) += smsusb.o EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core -- To unsubscribe from this list: send the line "unsubscribe linux-media" in