diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-12-18 14:32:16 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-18 16:53:45 +0100 |
commit | 8c5eb925ac16be05f03fc37c7562c65bdb7718b1 (patch) | |
tree | 2f666e00221760a843702193bc49e797721c9305 /arch/arm/configs/realview-smp_defconfig | |
parent | 0c3ef539436588f9af910d1449ec70a91fcc5c8f (diff) | |
download | talos-obmc-linux-8c5eb925ac16be05f03fc37c7562c65bdb7718b1.tar.gz talos-obmc-linux-8c5eb925ac16be05f03fc37c7562c65bdb7718b1.zip |
ARM: realview: select apropriate targets
Now that we have multiplatform support, let the RealView
defconfigs select all the RealView boards so we boot out of
the box like before. This updates both defconfigs.
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/realview-smp_defconfig')
-rw-r--r-- | arch/arm/configs/realview-smp_defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/configs/realview-smp_defconfig b/arch/arm/configs/realview-smp_defconfig index b482b7277281..93efdcfcf98f 100644 --- a/arch/arm/configs/realview-smp_defconfig +++ b/arch/arm/configs/realview-smp_defconfig @@ -10,10 +10,19 @@ CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set # CONFIG_IOSCHED_CFQ is not set +CONFIG_ARCH_MULTI_V6=y CONFIG_ARCH_REALVIEW=y +CONFIG_REALVIEW_DT=y CONFIG_MACH_REALVIEW_EB=y +CONFIG_REALVIEW_EB_ARM1136=y +CONFIG_REALVIEW_EB_ARM1176=y +CONFIG_REALVIEW_EB_A9MP=y CONFIG_REALVIEW_EB_ARM11MP=y +CONFIG_REALVIEW_EB_ARM11MP_REVB=y CONFIG_MACH_REALVIEW_PB11MP=y +CONFIG_MACH_REALVIEW_PB1176=y +CONFIG_MACH_REALVIEW_PBA8=y +CONFIG_MACH_REALVIEW_PBX=y CONFIG_SMP=y CONFIG_AEABI=y CONFIG_ZBOOT_ROM_TEXT=0x0 |