diff options
author | Scott Branden <sbranden@broadcom.com> | 2014-10-22 12:52:13 -0400 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2014-11-12 01:42:05 -0500 |
commit | b316a9f98a2e328d10f5ed3c341fa28880152af3 (patch) | |
tree | 840af6c303c2251707e25f296dbe2d312c092774 | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
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>
-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 | |||
25 | # CONFIG_BLK_DEV_BSG is not set | 25 | # CONFIG_BLK_DEV_BSG is not set |
26 | CONFIG_PARTITION_ADVANCED=y | 26 | CONFIG_PARTITION_ADVANCED=y |
27 | CONFIG_ARCH_BCM=y | 27 | CONFIG_ARCH_BCM=y |
28 | CONFIG_ARCH_BCM_MOBILE=y | 28 | CONFIG_ARCH_BCM_21664=y |
29 | CONFIG_ARCH_BCM_281XX=y | ||
29 | CONFIG_ARM_THUMBEE=y | 30 | CONFIG_ARM_THUMBEE=y |
30 | CONFIG_SMP=y | 31 | CONFIG_SMP=y |
31 | CONFIG_PREEMPT=y | 32 | CONFIG_PREEMPT=y |