aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-13 05:11:29 -0500
committerJason Cooper <jason@lakedaemon.net>2014-11-21 21:58:53 -0500
commit7dd0502d69fabb35f1538aef241a7dc4b627eaba (patch)
tree3708fd408a115853bb6e554403fbd8f89c705302 /arch/arm
parentb0abecb7c1d15c23808a31b3ab96788358719767 (diff)
ARM: mvebu: add MTD_BLOCK to mvebu_v7_defconfig
Since many (most?) mvebu platforms have NAND or SPI flashes, it makes sense to have CONFIG_MTD_BLOCK=y in mvebu_v7_defconfig. The vast majority of the other ARM defconfigs have it enabled, including mvebu_v5_defconfig. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Link: https://lkml.kernel.org/r/1415873489-22446-1-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/configs/mvebu_v7_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig
index 10501938d255..627accea72fb 100644
--- a/arch/arm/configs/mvebu_v7_defconfig
+++ b/arch/arm/configs/mvebu_v7_defconfig
@@ -45,6 +45,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
45CONFIG_DEVTMPFS=y 45CONFIG_DEVTMPFS=y
46CONFIG_DEVTMPFS_MOUNT=y 46CONFIG_DEVTMPFS_MOUNT=y
47CONFIG_MTD=y 47CONFIG_MTD=y
48CONFIG_MTD_BLOCK=y
48CONFIG_MTD_CFI=y 49CONFIG_MTD_CFI=y
49CONFIG_MTD_CFI_INTELEXT=y 50CONFIG_MTD_CFI_INTELEXT=y
50CONFIG_MTD_CFI_AMDSTD=y 51CONFIG_MTD_CFI_AMDSTD=y