diff options
author | Kuninori Morimoto <[email protected]> | 2014-12-04 03:57:50 +0000 |
---|---|---|
committer | Simon Horman <[email protected]> | 2014-12-21 16:53:35 +0900 |
commit | 1df3396bd09baf4093f82a49f8a1a523277fdf82 (patch) | |
tree | c12541cf18286cc97905bcdfdc21122ce16364ff | |
parent | ff550a37cda1f8ef9f383b456a9403c9e636fc9e (diff) |
ARM: shmobile: defconfig: add MTD_BLOCK
MTD_BLOOK is needed for accessing to SPI-FLASH
Signed-off-by: Kuninori Morimoto <[email protected]>
Reported-by: Cao Minh Hiep <[email protected]>
Reported-by: Bui Duc Phuc ( Fukuda ) <[email protected]>
Reported-by: Nguyen Xuan Nui <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index ad52868b4c2b..a936a2ea8621 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -56,6 +56,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_MTD=y +CONFIG_MTD_BLOCK=y CONFIG_MTD_M25P80=y CONFIG_MTD_SPI_NOR=y CONFIG_EEPROM_AT24=y |