ARM: Fix default CPU selection for ARCH_MULTI_V5
authorAndrew Lunn <andrew@lunn.ch>
Sat, 22 Feb 2014 19:14:54 +0000 (20:14 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sat, 22 Feb 2014 21:17:36 +0000 (21:17 +0000)
commit12567bbdee7ea553237085a2bbc0ffa5240f5248
treef86fddbc8e161298d9e7727704155580306b3e96
parent4b8f7a11c9fb680895e5079788653a59d6bdde16
ARM: Fix default CPU selection for ARCH_MULTI_V5

CPU_ARM926T should be selected if no other CPU is. Put the ! in the
right place so this works.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Fixes: 24e860fbfdb1c ("ARM: multiplatform: always pick one CPU type")
Cc: stable@vger.kernel.org # v3.11+
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/Kconfig