From 59efd93f64c516dcf959c2c5c53bde6bc48f5f38 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Sat, 1 Oct 2011 22:03:49 +0200 Subject: [PATCH] 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 Signed-off-by: Eric Miao --- Reading git-format-patch failed