diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-04-30 23:26:43 -0700 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-05-05 01:02:02 +0000 |
commit | 809aa6f1b4ce8322e32725437837fb92c2eaf4c8 (patch) | |
tree | 169a1455ecece0b49629dd52cead93cfb8faeadb /arch/arm/configs/mvebu_v7_defconfig | |
parent | 6bc4b91d751e2eccf1f9742e8ecf11c78c8d88c9 (diff) | |
download | talos-op-linux-809aa6f1b4ce8322e32725437837fb92c2eaf4c8.tar.gz talos-op-linux-809aa6f1b4ce8322e32725437837fb92c2eaf4c8.zip |
ARM: mvebu: defconfig: 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: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Link: https://lkml.kernel.org/r/1398925607-7482-9-git-send-email-computersforpeace@gmail.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs/mvebu_v7_defconfig')
-rw-r--r-- | arch/arm/configs/mvebu_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index 2485a5ef9c4c..b52a6f5c5225 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -58,6 +58,7 @@ CONFIG_I2C_MV64XXX=y CONFIG_MTD=y CONFIG_MTD_CHAR=y CONFIG_MTD_M25P80=y +CONFIG_MTD_SPI_NOR=y CONFIG_MTD_CFI=y CONFIG_MTD_CFI_INTELEXT=y CONFIG_MTD_CFI_AMDSTD=y |