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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 May 2014 14:59:22 +0000 (07:59 -0700)
commite02098d84d67b8ff15defddcc7841bd3452a5e11
tree296d0b3b0aa5db38435bcf75f34d837cb4907010
parent10e9152881485c4e4c21909dad5dfc25cfb30378
ARM: Fix default CPU selection for ARCH_MULTI_V5

commit 12567bbdee7ea553237085a2bbc0ffa5240f5248 upstream.

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")
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/Kconfig