From patchwork Sun Jul 3 16:51:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oliver Endriss X-Patchwork-Id: 360 Return-path: Envelope-to: mchehab@pedra Delivery-date: Sun, 03 Jul 2011 13:58:52 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1QdQ0R-0000d5-C0 for mchehab@pedra; Sun, 03 Jul 2011 13:58:51 -0300 Received: from mail.corp.redhat.com [10.5.5.51] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Sun, 03 Jul 2011 13:58:51 -0300 (BRT) Received: from zmta03.collab.prod.int.phx2.redhat.com (LHLO zmta03.collab.prod.int.phx2.redhat.com) (10.5.5.33) by mail05.corp.redhat.com with LMTP; Sun, 3 Jul 2011 12:57:42 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by zmta03.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 217B04D6EF for ; Sun, 3 Jul 2011 12:57:42 -0400 (EDT) Received: from zmta03.collab.prod.int.phx2.redhat.com ([127.0.0.1]) by localhost (zmta03.collab.prod.int.phx2.redhat.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y2hcgMYBKCcY for ; Sun, 3 Jul 2011 12:57:42 -0400 (EDT) Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by zmta03.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 0F0484D6EC for ; Sun, 3 Jul 2011 12:57:42 -0400 (EDT) Received: from mx1.redhat.com (ext-mx12.extmail.prod.ext.phx2.redhat.com [10.5.110.17]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p63Gvflr009017 for ; Sun, 3 Jul 2011 12:57:41 -0400 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.redhat.com (8.14.4/8.14.4) with SMTP id p63GveDw010471 for ; Sun, 3 Jul 2011 12:57:41 -0400 Received: (qmail invoked by alias); 03 Jul 2011 16:57:39 -0000 Received: from p5DE56C0C.dip.t-dialin.net (HELO charon.escape-edv.de) [93.229.108.12] by mail.gmx.net (mp007) with SMTP; 03 Jul 2011 18:57:39 +0200 X-Authenticated: #476490 X-Provags-ID: V01U2FsdGVkX1/gIA4AfiPgcOsaWYF7qrH5iL2Tr/PY2mBaBqwhF9 xytcDsZAO5K1Rc Received: from orion.escape-edv.de (192.168.1.10) by charon.escape-edv.de (192.168.1.9) with esmtp ; Sun, 03 Jul 2011 18:54:19 +0200 From: Oliver Endriss Organization: ESCAPE GmbH EDV-Loesungen To: linux-media@vger.kernel.org Subject: [PATCH 06/16] DRX-K, TDA18271c2: Add build support Date: Sun, 3 Jul 2011 18:51:43 +0200 User-Agent: KMail/1.9.6 Cc: Mauro Carvalho Chehab References: <201107031831.20378@orion.escape-edv.de> In-Reply-To: <201107031831.20378@orion.escape-edv.de> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201107031851.44285@orion.escape-edv.de> X-Y-GMX-Trusted: 0 X-RedHat-Spam-Score: 0.001 (FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.17 Sender: Add both drivers to Makefile and Kconfig. Signed-off-by: Oliver Endriss --- drivers/media/dvb/frontends/Kconfig | 21 +++++++++++++++++++++ drivers/media/dvb/frontends/Makefile | 3 +++ 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 44b816f..32e08e3 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -49,6 +49,27 @@ config DVB_STV6110x help A Silicon tuner that supports DVB-S and DVB-S2 modes +comment "Multistandard (cable + terrestrial) frontends" + depends on DVB_CORE + +config DVB_DRXK + tristate "Micronas DRXK based" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + Micronas DRX-K DVB-C/T demodulator. + + Say Y when you want to support this frontend. + +config DVB_TDA18271C2DD + tristate "NXP TDA18271C2 silicon tuner" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + NXP TDA18271 silicon tuner. + + Say Y when you want to support this tuner. + comment "DVB-S (satellite) frontends" depends on DVB_CORE diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index 2f3a6f7..6a6ba05 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile @@ -10,6 +10,7 @@ stv0900-objs = stv0900_core.o stv0900_sw.o au8522-objs = au8522_dig.o au8522_decoder.o drxd-objs = drxd_firm.o drxd_hard.o cxd2820r-objs = cxd2820r_core.o cxd2820r_c.o cxd2820r_t.o cxd2820r_t2.o +drxk-objs := drxk_hard.o obj-$(CONFIG_DVB_PLL) += dvb-pll.o obj-$(CONFIG_DVB_STV0299) += stv0299.o @@ -88,4 +89,6 @@ obj-$(CONFIG_DVB_MB86A20S) += mb86a20s.o obj-$(CONFIG_DVB_IX2505V) += ix2505v.o obj-$(CONFIG_DVB_STV0367) += stv0367.o obj-$(CONFIG_DVB_CXD2820R) += cxd2820r.o +obj-$(CONFIG_DVB_DRXK) += drxk.o +obj-$(CONFIG_DVB_TDA18271C2DD) += tda18271c2dd.o