9
0
Fork 0

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>
This commit is contained in:
Lucas Stach 2016-01-18 11:19:20 +01:00 committed by Sascha Hauer
parent 54522f547f
commit 62c9a8c000
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

@ -17,6 +17,7 @@ config ARCH_PXA2XX
config ARCH_PXA3XX
bool
select CPU_XSC3
select HAVE_CLK
select CLKDEV_LOOKUP
select COMMON_CLK