From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756604AbbCEP0R (ORCPT ); Thu, 5 Mar 2015 10:26:17 -0500 Received: from mga11.intel.com ([192.55.52.93]:60028 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753294AbbCEP0Q (ORCPT ); Thu, 5 Mar 2015 10:26:16 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,347,1422950400"; d="scan'208";a="687393530" From: Andy Shevchenko To: "Ong, Boon Leong" , Ingo Molnar , Darren Hart , "Bryan O'Donoghue" , x86@kernel.org, linux-kernel@vger.kernel.org Cc: Andy Shevchenko Subject: [PATCH v1 1/1] x86/intel/quark: select COMMON_CLK Date: Thu, 5 Mar 2015 17:24:04 +0200 Message-Id: <1425569044-2867-1-git-send-email-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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