On 27/01/16 12:23, Brian Norris wrote: > On Wed, Jan 27, 2016 at 12:13:16PM -0800, Florian Fainelli wrote: >> 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 <f.fainelli@xxxxxxxxx> >> --- >> arch/mips/configs/bmips_be_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> 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 > > ^^ This doens't help, AFAICT, because this config doesn't have > CONFIG_BCM63XX yet, which CONFIG_MTD_BCM63XX_PARTS depends on. > > Or, is that part of what this series will help with: removing the > dependency on CONFIG_BCM63XX? Yes, I was assuming this would be relative to the patch series below so this driver gets usable on BMIPS as well. I leave to you and Ralf to resolve how you want to pick up patches in this series and resolve the merge. > > http://lists.infradead.org/pipermail/linux-mtd/2015-December/064380.html > > Brian > >> CONFIG_MTD_CFI=y >> CONFIG_MTD_CFI_INTELEXT=y >> CONFIG_MTD_CFI_AMDSTD=y >> -- >> 2.1.0 >> -- Florian