diff options
| author | Florian Fainelli <[email protected]> | 2016-01-27 12:13:16 -0800 |
|---|---|---|
| committer | Ralf Baechle <[email protected]> | 2016-05-13 14:02:06 +0200 |
| commit | 0201bfb1af4747f3642fa7a707fd81bbf78390b7 (patch) | |
| tree | f186ddaa2aff5e17a8520163e0c3bc8b8f0c9ce0 | |
| parent | eb1472e7df2c0e1f1c3e207630ffdd008e98f271 (diff) | |
MIPS: BMIPS: Enable partition parser in defconfig
Enable CONFIG_MTD_BCM63XX_PARTS in arch/mips/configs/bmips_be_defconfig
since this is a necessary option to parse the built-in flash partition
table on BMIPS big-endian SoCs (Cable Modem and DSL).
Signed-off-by: Florian Fainelli <[email protected]>
Acked-by: Brian Norris <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/12256/
Signed-off-by: Ralf Baechle <[email protected]>
| -rw-r--r-- | arch/mips/configs/bmips_be_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/bmips_be_defconfig b/arch/mips/configs/bmips_be_defconfig index 24dcb90b0f64..acf7785c4cdb 100644 --- a/arch/mips/configs/bmips_be_defconfig +++ b/arch/mips/configs/bmips_be_defconfig @@ -36,6 +36,7 @@ CONFIG_DEVTMPFS_MOUNT=y CONFIG_PRINTK_TIME=y CONFIG_BRCMSTB_GISB_ARB=y CONFIG_MTD=y +CONFIG_MTD_BCM63XX_PARTS=y CONFIG_MTD_CFI=y CONFIG_MTD_CFI_INTELEXT=y CONFIG_MTD_CFI_AMDSTD=y |