diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-06-27 12:44:14 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-10-22 11:49:26 +0400 |
commit | 9713497b6c64c67c8763f8f07fad325b193764b6 (patch) | |
tree | 9acabf9593cba902be5a1722f8b5d7b63bae89ee /arch/arm/configs/integrator_defconfig | |
parent | 68f3b875f7848f5304472184a4634148c5330cbd (diff) | |
download | linux-9713497b6c64c67c8763f8f07fad325b193764b6.tar.xz |
ARM: integrator: set V4T and V5 as default multitargets
When switching the Integrator machines to multiplatform, the
V7 target becomes default, but most Integrators are V4T or V5,
so set these two as default in the defconfig and deselect V7.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs/integrator_defconfig')
-rw-r--r-- | arch/arm/configs/integrator_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/integrator_defconfig b/arch/arm/configs/integrator_defconfig index c1f5adc5493e..71f14675d009 100644 --- a/arch/arm/configs/integrator_defconfig +++ b/arch/arm/configs/integrator_defconfig @@ -8,6 +8,9 @@ CONFIG_BLK_DEV_INITRD=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_PARTITION_ADVANCED=y +CONFIG_ARCH_MULTI_V4T=y +CONFIG_ARCH_MULTI_V5=y +# CONFIG_ARCH_MULTI_V7 is not set CONFIG_ARCH_INTEGRATOR=y CONFIG_ARCH_INTEGRATOR_AP=y CONFIG_ARCH_INTEGRATOR_CP=y |