ARM: multi_v7_defconfig: Enable CONFIG_MTD_CFI_AMDSTD and CONFIG_MTD_PHYSMAP_OF.

Enable CONFIG_MTD_CFI_AMDSTD to support CFI command set 0002.
Enable CONFIG_MTD_PHYSMAP_OF which allows the NOR flash driver code to
communicate with chips which are mapped physically into the CPU's memory.

[ Leo: CONFIG_MTD_PHYSMAP_OF implied ]

Signed-off-by: Pankit Garg <pankit.garg@nxp.com>
This commit is contained in:
Pankit Garg 2018-10-09 14:18:10 +05:30 committed by Dong Aisheng
parent 1e579f07f4
commit 5e9c3e6147

View File

@ -189,6 +189,7 @@ CONFIG_MTD_CFI=y
CONFIG_MTD_CFI_ADV_OPTIONS=y
CONFIG_MTD_CFI_GEOMETRY=y
CONFIG_MTD_CFI_INTELEXT=y
CONFIG_MTD_CFI_AMDSTD=y
CONFIG_MTD_CFI_STAA=y
CONFIG_MTD_PHYSMAP=y
CONFIG_MTD_PHYSMAP_OF=y