]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: pxa: always select one of the two CPU types
authorArnd Bergmann <arnd@arndb.de>
Fri, 29 Jan 2016 14:06:29 +0000 (15:06 +0100)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Mon, 1 Feb 2016 20:44:24 +0000 (21:44 +0100)
commit2f2028615924b953d9b00a06119c14c3dac9247e
tree51f04d1adc17024f32888f1aaddb11114d1c6665
parent55e70147e789d0ded8c673acea292bb5a09eb974
ARM: pxa: always select one of the two CPU types

When all boards are disabled on PXA, we cannot build a kernel
because no CPU gets selected:

arch/arm/include/uapi/asm/swab.h:26:29: error: "__LINUX_ARM_ARCH__" is not defined [-Werror=undef]

This is a bit annoying for compile-testing, so I'm adding a line
that ensures that at all times, at least one of CPU_XSCALE or
CPU_XSC3 is set and we can at least continue building.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/Kconfig