ARM: pxa: pxa95x is incompatible with earlier pxa
authorArnd Bergmann <arnd@arndb.de>
Sat, 1 Oct 2011 20:03:49 +0000 (22:03 +0200)
committerEric Miao <eric.y.miao@gmail.com>
Sat, 8 Oct 2011 13:03:02 +0000 (21:03 +0800)
commit59efd93f64c516dcf959c2c5c53bde6bc48f5f38
treeeb019a6c232d87a108ff64327173bb798dc57064
parentca7d156e30766d7ad3d92a31a672c72c29a19825
ARM: pxa: pxa95x is incompatible with earlier pxa

We cannot support ARMv5 and ARMv7 based boards in a single kernel,
so introduce a new option in mach-pxa to select between the two.

The PJ4 (ARMv7) based boards are now only visible when
CONFIG_ARCH_PXA_V7 is set, the other boards are only visible
when it's not set.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/Kconfig