diff options
author | Scott Branden <sbranden@broadcom.com> | 2014-10-22 18:52:13 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2014-11-12 07:42:05 +0100 |
commit | b316a9f98a2e328d10f5ed3c341fa28880152af3 (patch) | |
tree | 840af6c303c2251707e25f296dbe2d312c092774 /arch/arm/configs/bcm_defconfig | |
parent | Linux 3.18-rc1 (diff) | |
download | linux-b316a9f98a2e328d10f5ed3c341fa28880152af3.tar.xz linux-b316a9f98a2e328d10f5ed3c341fa28880152af3.zip |
ARM: bcm_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 bcm_defconfig to work with new menu levels.
- multi_v7_defconfig in another patch for merge purposes as per
Olof Johansson's request
Signed-off-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/configs/bcm_defconfig')
-rw-r--r-- | arch/arm/configs/bcm_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index bc614f44b33d..83a87e48901c 100644 --- a/arch/arm/configs/bcm_defconfig +++ b/arch/arm/configs/bcm_defconfig @@ -25,7 +25,8 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set CONFIG_PARTITION_ADVANCED=y CONFIG_ARCH_BCM=y -CONFIG_ARCH_BCM_MOBILE=y +CONFIG_ARCH_BCM_21664=y +CONFIG_ARCH_BCM_281XX=y CONFIG_ARM_THUMBEE=y CONFIG_SMP=y CONFIG_PREEMPT=y |