diff options
author | Christian Daudt <bcm@fixthebug.org> | 2013-10-30 23:55:33 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-10-31 00:41:01 (GMT) |
commit | 005ff5fb077ebf93882bd643932f932a9b402529 (patch) | |
tree | a71a41dabfd2201822863f5d0ebc769fb779343f | |
parent | 6216650a7ab822b5fe3d2bb0b953486f3fb07376 (diff) | |
download | linux-fsl-qoriq-005ff5fb077ebf93882bd643932f932a9b402529.tar.xz |
ARM: bcm281xx: Add ARCH_BCM_MOBILE to bcm config
This patch (re)adds ARCH_BCM_MOBILE option to bcm_defconfig which was
accidentally removed by commit 2d58b26550ad ('ARM: bcm_defconfig: Run
"make savedefconfig"')
Signed-off-by: Christian Daudt <bcm@fixthebug.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/bcm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index 3a138af..287ac1d 100644 --- a/arch/arm/configs/bcm_defconfig +++ b/arch/arm/configs/bcm_defconfig @@ -25,6 +25,7 @@ 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_ARM_THUMBEE=y CONFIG_PREEMPT=y CONFIG_AEABI=y |