summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
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/Kconfig
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/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 71d4336d2a..1fc887ba59 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -161,7 +161,6 @@ config ARCH_PXA
bool "Intel/Marvell PXA based"
select GENERIC_GPIO
select HAS_POWEROFF
- select HAVE_CLK
config ARCH_ROCKCHIP
bool "Rockchip RX3xxx"