diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-04-01 15:01:49 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-04-03 12:35:39 +0300 |
commit | c8bb03f65cc04612c6684829cf1bad39e35973b1 (patch) | |
tree | f1b2bb899c7da541a98754164dd39fea0bf7e261 /arch/arm/configs/shmobile_defconfig | |
parent | 80acbaee26b5a6842ec64fb7efb2d7af68921060 (diff) | |
download | linux-c8bb03f65cc04612c6684829cf1bad39e35973b1.tar.xz |
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 <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-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 |