diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-04-01 14:01:50 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-04-03 11:36:05 +0200 |
commit | 5f068190cc102f2e7980622ee7da5c0b2cd8c849 (patch) | |
tree | 58da1b450a51cdd3781db6e3dc74d09ff059a862 /arch/arm/configs/multi_v7_defconfig | |
parent | c8bb03f65cc04612c6684829cf1bad39e35973b1 (diff) | |
download | linux-stable-5f068190cc102f2e7980622ee7da5c0b2cd8c849.tar.gz linux-stable-5f068190cc102f2e7980622ee7da5c0b2cd8c849.tar.bz2 linux-stable-5f068190cc102f2e7980622ee7da5c0b2cd8c849.zip |
ARM: multi_v7_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/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index c75051b9392c..79b310e32a6d 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -183,6 +183,10 @@ CONFIG_SIMPLE_PM_BUS=y CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=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_NAND=y CONFIG_MTD_NAND_DENALI_DT=y |