[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AF233D1473C1364ABD51D28909A1B1B7327675C2@PGSMSX105.gar.corp.intel.com>
Date: Thu, 5 Mar 2015 16:11:47 +0000
From: "Ong, Boon Leong" <boon.leong.ong@...el.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Ingo Molnar <mingo@...nel.org>,
Darren Hart <dvhart@...ux.intel.com>,
Bryan O'Donoghue <pure.logic@...us-software.ie>,
"x86@...nel.org" <x86@...nel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH v1 1/1] x86/intel/quark: select COMMON_CLK
Yup, this is right. Thanks Andy.
>-----Original Message-----
>From: Andy Shevchenko [mailto:andriy.shevchenko@...ux.intel.com]
>Sent: Thursday, March 5, 2015 11:24 PM
>To: Ong, Boon Leong; Ingo Molnar; Darren Hart; Bryan O'Donoghue;
>x86@...nel.org; linux-kernel@...r.kernel.org
>Cc: Andy Shevchenko
>Subject: [PATCH v1 1/1] x86/intel/quark: select COMMON_CLK
>
>The commit 8bbc2a135b63 (x86/intel/quark: Add Intel Quark platform support)
>introduced a minimal support of Intel Quark SoC. That allows to use core parts
>of the SoC. However, the SPI, I2C, and GPIO drivers can't be selected by kernel
>configuration because they depend on COMMON_CLK. The patch adds a
>COMMON_CLK
>selection to the platfrom definition to allow user choose the drivers.
>
>Fixes: 8bbc2a135b63 (x86/intel/quark: Add Intel Quark platform support)
>Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
>---
> arch/x86/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
>index c2fb8a8..b7d31ca 100644
>--- a/arch/x86/Kconfig
>+++ b/arch/x86/Kconfig
>@@ -499,6 +499,7 @@ config X86_INTEL_QUARK
> depends on X86_IO_APIC
> select IOSF_MBI
> select INTEL_IMR
>+ select COMMON_CLK
> ---help---
> Select to include support for Quark X1000 SoC.
> Say Y here if you have a Quark based system such as the Arduino
>--
>2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists