summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-01-18 11:19:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-19 17:23:00 +0100
commit62c9a8c000996a2c82078d0ea0fa8315c7b34e0b (patch)
treeb319219a740db087f7dd66c29ca2afaf1d51809f /arch/arm/mach-pxa
parent54522f547ff81f45f61e92b150f85591cf857040 (diff)
downloadbarebox-62c9a8c000996a2c82078d0ea0fa8315c7b34e0b.tar.gz
barebox-62c9a8c000996a2c82078d0ea0fa8315c7b34e0b.tar.xz
ARM: PXA: move HAVE_CLK select
Claiming that all of PXA has CLK implemented, while only PXA3XX selects the relevant clock implementations causes lots of build failures for the other PXA architectures. Fix it by moving the HAVE_CLK select to the one PXA arch, that actually has it. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 1c0894892b..06ad1885a6 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -17,6 +17,7 @@ config ARCH_PXA2XX
config ARCH_PXA3XX
bool
select CPU_XSC3
+ select HAVE_CLK
select CLKDEV_LOOKUP
select COMMON_CLK