From patchwork Mon Jan 10 13:05:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: manjunatha_halli@ti.com X-Patchwork-Id: 468841 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0AChXJZ014991 for ; Mon, 10 Jan 2011 12:43:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753800Ab1AJMlL (ORCPT ); Mon, 10 Jan 2011 07:41:11 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:35083 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753626Ab1AJMlK (ORCPT ); Mon, 10 Jan 2011 07:41:10 -0500 Received: from dlep34.itg.ti.com ([157.170.170.115]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id p0ACf49P022468 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Jan 2011 06:41:04 -0600 Received: from localhost.localdomain (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id p0ACf0bi013381; Mon, 10 Jan 2011 06:41:02 -0600 (CST) From: manjunatha_halli@ti.com To: mchehab@infradead.org, hverkuil@xs4all.nl Cc: linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, Manjunatha Halli Subject: [RFC V9 7/7] drivers:media:radio: Update Kconfig and Makefile for wl128x FM driver. Date: Mon, 10 Jan 2011 08:05:00 -0500 Message-Id: <1294664700-26949-8-git-send-email-manjunatha_halli@ti.com> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1294664700-26949-7-git-send-email-manjunatha_halli@ti.com> References: <1294664700-26949-1-git-send-email-manjunatha_halli@ti.com> <1294664700-26949-2-git-send-email-manjunatha_halli@ti.com> <1294664700-26949-3-git-send-email-manjunatha_halli@ti.com> <1294664700-26949-4-git-send-email-manjunatha_halli@ti.com> <1294664700-26949-5-git-send-email-manjunatha_halli@ti.com> <1294664700-26949-6-git-send-email-manjunatha_halli@ti.com> <1294664700-26949-7-git-send-email-manjunatha_halli@ti.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 10 Jan 2011 12:43:34 +0000 (UTC) diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 83567b8..4529bc7 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -452,4 +452,7 @@ config RADIO_TIMBERDALE found behind the Timberdale FPGA on the Russellville board. Enabling this driver will automatically select the DSP and tuner. +# TI's ST based wl128x FM radio +source "drivers/media/radio/wl128x/Kconfig" + endif # RADIO_ADAPTERS diff --git a/drivers/media/radio/Makefile b/drivers/media/radio/Makefile index f615583..b71f448 100644 --- a/drivers/media/radio/Makefile +++ b/drivers/media/radio/Makefile @@ -26,5 +26,6 @@ obj-$(CONFIG_RADIO_TEA5764) += radio-tea5764.o obj-$(CONFIG_RADIO_SAA7706H) += saa7706h.o obj-$(CONFIG_RADIO_TEF6862) += tef6862.o obj-$(CONFIG_RADIO_TIMBERDALE) += radio-timb.o +obj-$(CONFIG_RADIO_WL128X) += wl128x/ EXTRA_CFLAGS += -Isound