diff options
author | Geert Uytterhoeven <[email protected]> | 2019-04-01 14:01:49 +0200 |
---|---|---|
committer | Simon Horman <[email protected]> | 2019-04-03 11:35:39 +0200 |
commit | c8bb03f65cc04612c6684829cf1bad39e35973b1 (patch) | |
tree | f1b2bb899c7da541a98754164dd39fea0bf7e261 | |
parent | 80acbaee26b5a6842ec64fb7efb2d7af68921060 (diff) |
ARM: shmobile: defconfig: Enable support for CFI NOR FLASH
Enable the config options needed to access the CFI NOR FLASH on the
APE6EVM board.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Niklas Söderlund <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 41e773619c51..291abdd650ed 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -46,6 +46,10 @@ CONFIG_DEVTMPFS_MOUNT=y CONFIG_SIMPLE_PM_BUS=y CONFIG_MTD=y CONFIG_MTD_BLOCK=y +CONFIG_MTD_CFI=y +CONFIG_MTD_CFI_INTELEXT=y +CONFIG_MTD_PHYSMAP=y +CONFIG_MTD_PHYSMAP_OF=y CONFIG_MTD_M25P80=y CONFIG_MTD_SPI_NOR=y CONFIG_EEPROM_AT24=y |