]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/config: Renable MTD_PHYSMAP_OF
authorJoel Stanley <joel@jms.id.au>
Tue, 17 Aug 2021 04:54:06 +0000 (14:24 +0930)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Aug 2021 12:52:19 +0000 (22:52 +1000)
commit7f2e58857d59a119c53fcd1772ebfc974f173693
treec453ddd507b902b82915089debc92ee480b168bc
parente552bf7645db10d20639273ed59734c3698a6a67
powerpc/config: Renable MTD_PHYSMAP_OF

CONFIG_MTD_PHYSMAP_OF is not longer enabled as it depends on
MTD_PHYSMAP which is not enabled.

This is a regression from commit 9dbf99ff9466 ("mtd: maps: Merge
physmap_of.c into physmap-core.c"), which added the extra dependency.
Add CONFIG_MTD_PHYSMAP=y so this stays in the config, as Christophe said
it is useful for build coverage.

Fixes: 9dbf99ff9466 ("mtd: maps: Merge physmap_of.c into physmap-core.c")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210817045407.2445664-3-joel@jms.id.au
arch/powerpc/configs/mpc885_ads_defconfig