aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2014-01-31 16:05:00 -0500
committerRob Herring <robh@kernel.org>2014-02-19 17:46:57 -0500
commit0676b21fffd17baeff5893e02ed52a9407999cbf (patch)
treef3be7c0a17568d2f67a06817aa90ef4c1fc7d2c0
parent42f4754a0c5fa0d1caeca77e29ad4e09b0762e72 (diff)
ARM: bcm2835: enable V6K instead of plain V6
The bcm2835 is an ARM1176 which has all the V6K extensions except for SMP, so V6K should be selected instead. Dropping the select will use the default for ARCH_MULTI_V6 which is V6K. Signed-off-by: Rob Herring <robh@kernel.org> Tested-by: Stephen Warren <swarren@wwwdotorg.org>
-rw-r--r--arch/arm/mach-bcm2835/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm2835/Kconfig b/arch/arm/mach-bcm2835/Kconfig
index 1c0decd7e07a..3a369350a26f 100644
--- a/arch/arm/mach-bcm2835/Kconfig
+++ b/arch/arm/mach-bcm2835/Kconfig
@@ -4,7 +4,6 @@ config ARCH_BCM2835
4 select ARM_AMBA 4 select ARM_AMBA
5 select ARM_ERRATA_411920 5 select ARM_ERRATA_411920
6 select ARM_TIMER_SP804 6 select ARM_TIMER_SP804
7 select CPU_V6
8 select PINCTRL 7 select PINCTRL
9 select PINCTRL_BCM2835 8 select PINCTRL_BCM2835
10 help 9 help