Skip to content
Snippets Groups Projects
Commit 9ab6eb51 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Ingo Molnar
Browse files

x86/intel/quark: Select COMMON_CLK


The commit 8bbc2a13 ("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.

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: default avatarOng, Boon Leong <boon.leong.ong@intel.com>
Cc: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Cc: Darren Hart <dvhart@linux.intel.com>
Fixes: 8bbc2a13 ("x86/intel/quark: Add Intel Quark platform support")
Link: http://lkml.kernel.org/r/1425569044-2867-1-git-send-email-andriy.shevchenko@linux.intel.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 956421fb
No related branches found
No related tags found
No related merge requests found
...@@ -499,6 +499,7 @@ config X86_INTEL_QUARK ...@@ -499,6 +499,7 @@ config X86_INTEL_QUARK
depends on X86_IO_APIC depends on X86_IO_APIC
select IOSF_MBI select IOSF_MBI
select INTEL_IMR select INTEL_IMR
select COMMON_CLK
---help--- ---help---
Select to include support for Quark X1000 SoC. Select to include support for Quark X1000 SoC.
Say Y here if you have a Quark based system such as the Arduino Say Y here if you have a Quark based system such as the Arduino
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment