diff options
author | Scott Branden <sbranden@broadcom.com> | 2014-11-12 13:03:16 -0800 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-11-20 12:27:44 +0100 |
commit | 5f3c89c8fa2c2b4f3b813676c7110b1ca5e183e4 (patch) | |
tree | c2590f0d559ceacce05ef6e7481946077028573d /arch/arm/configs | |
parent | edb9666260928159eb532c180027b5d2e2361675 (diff) | |
download | blackbird-op-linux-5f3c89c8fa2c2b4f3b813676c7110b1ca5e183e4.tar.gz blackbird-op-linux-5f3c89c8fa2c2b4f3b813676c7110b1ca5e183e4.zip |
ARM: multi_v7_defconfig: remove one level of menu from Kconfig
remove menu "Broadcom Mobile SoC Selection"
This requires:
- selecting ARCH_BCM_MOBILE based on SoC selections
- fixup multi_v7_defconfig to work with new menu levels of mach-bcm.
Signed-off-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 491b7d5523bf..e8f79fdd4cc3 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -17,7 +17,8 @@ CONFIG_MACH_ARMADA_38X=y CONFIG_MACH_ARMADA_XP=y CONFIG_MACH_DOVE=y CONFIG_ARCH_BCM=y -CONFIG_ARCH_BCM_MOBILE=y +CONFIG_ARCH_BCM_21664=y +CONFIG_ARCH_BCM_281XX=y CONFIG_ARCH_BCM_5301X=y CONFIG_ARCH_BRCMSTB=y CONFIG_ARCH_BERLIN=y |