diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2021-05-04 22:34:54 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2021-06-12 18:21:30 +0300 |
commit | 39f9610ccae938ba65bab5250fa80844e9508c21 (patch) | |
tree | b76643622172608446b5fe38bbe4983eec7f89dc /arch/arm/configs/ixp4xx_defconfig | |
parent | 224bdcbc040734caa63d1d16138c4b720fcae145 (diff) | |
download | linux-39f9610ccae938ba65bab5250fa80844e9508c21.tar.xz |
ARM: ixp4xx_defconfig: add MTD_PHYSMAP
Without MTD_PHYSMAP/MTD_PHYSMAP_OF the flash partitions of my welltech,epbx100
are not detected.
Link: https://lore.kernel.org/r/20210504193457.4008384-3-clabbe@baylibre.com
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs/ixp4xx_defconfig')
-rw-r--r-- | arch/arm/configs/ixp4xx_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/ixp4xx_defconfig b/arch/arm/configs/ixp4xx_defconfig index e3bcf2bed25c..9a7667383df9 100644 --- a/arch/arm/configs/ixp4xx_defconfig +++ b/arch/arm/configs/ixp4xx_defconfig @@ -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 |