Skip to content

Commit

Permalink
ARM: ixp4xx_defconfig: add MTD_PHYSMAP
Browse files Browse the repository at this point in the history
Without MTD_PHYSMAP/MTD_PHYSMAP_OF the flash partitions of my welltech,epbx100
are not detected.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
montjoie authored and olofj committed Jun 12, 2021
1 parent 224bdcb commit 39f9610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/configs/ixp4xx_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ CONFIG_MTD_REDBOOT_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_COMPLEX_MAPPINGS=y
CONFIG_MTD_IXP4XX=y
CONFIG_MTD_RAW_NAND=m
Expand Down

0 comments on commit 39f9610

Please sign in to comment.