diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-05-01 02:26:46 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-01-30 00:47:50 -0500 |
commit | c9111a41dc27db8a9b6c0429f4965ddd8766f620 (patch) | |
tree | 1935743e3e73ed0e7808e7bcdb9e2c7568450f4b /arch/powerpc/configs/mpc85xx_smp_defconfig | |
parent | 0d7d9b3a456aa8670cd9552f69529d57716f3122 (diff) |
powerpc: defconfigs: add MTD_SPI_NOR (new dependency for M25P80)
These defconfigs contain the CONFIG_M25P80 symbol, which is now
dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to satisfy
the new dependency.
At the same time, drop the now-nonexistent CONFIG_MTD_CHAR symbol.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/configs/mpc85xx_smp_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc85xx_smp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_smp_defconfig b/arch/powerpc/configs/mpc85xx_smp_defconfig index 5b79adb64ce2..c45ad2e01b0c 100644 --- a/arch/powerpc/configs/mpc85xx_smp_defconfig +++ b/arch/powerpc/configs/mpc85xx_smp_defconfig | |||
@@ -91,6 +91,7 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
91 | CONFIG_MTD_NAND=y | 91 | CONFIG_MTD_NAND=y |
92 | CONFIG_MTD_NAND_FSL_ELBC=y | 92 | CONFIG_MTD_NAND_FSL_ELBC=y |
93 | CONFIG_MTD_NAND_FSL_IFC=y | 93 | CONFIG_MTD_NAND_FSL_IFC=y |
94 | CONFIG_MTD_SPI_NOR=y | ||
94 | CONFIG_MTD_UBI=y | 95 | CONFIG_MTD_UBI=y |
95 | CONFIG_BLK_DEV_LOOP=y | 96 | CONFIG_BLK_DEV_LOOP=y |
96 | CONFIG_BLK_DEV_NBD=y | 97 | CONFIG_BLK_DEV_NBD=y |