diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2016-02-06 11:03:46 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-02-17 11:18:05 -0800 |
commit | e55345e7ee2e96ac3a0d37688f0544e7f36a132c (patch) | |
tree | cc435e106bb127108329a71d115d8af3f849c609 /arch/arm/configs/bcm2835_defconfig | |
parent | 21fb10be46ac203e2c1239634833e8b72cd00375 (diff) |
ARM: bcm2835_defconfig: enable ARMv7 support
This makes the RPi2 work; it has an ARMv7 CPU.
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/configs/bcm2835_defconfig')
-rw-r--r-- | arch/arm/configs/bcm2835_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig index 4a1fb17eebf6..7c20a0bc2722 100644 --- a/arch/arm/configs/bcm2835_defconfig +++ b/arch/arm/configs/bcm2835_defconfig @@ -26,7 +26,6 @@ CONFIG_OPROFILE=y CONFIG_JUMP_LABEL=y CONFIG_CC_STACKPROTECTOR_REGULAR=y CONFIG_ARCH_MULTI_V6=y -# CONFIG_ARCH_MULTI_V7 is not set CONFIG_ARCH_BCM=y CONFIG_ARCH_BCM2835=y CONFIG_PREEMPT_VOLUNTARY=y |