summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-16 19:24:19 -0600
committerTom Rini <[email protected]>2026-03-30 16:59:35 -0600
commit0da1866a8fdd4d4bc4837ef2af281dbe010ae16b (patch)
treeddf863bd093e9be9dc5c53cd89a3c1ed081ffcc8 /arch/powerpc/cpu
parentbdbe24b2a27c47e854a8ddfe89bffa0e609c24eb (diff)
core: Rework REGMAP symbols implementation
As exposed by "make randconfig", we have an issue with the dependencies for REGMAP (and xPL variants). As this is a library function, it should always be selected and not depended on by other functionality. This is largely done correctly today, so just correct the few outliers. Acked-by: Anshul Dalal <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/powerpc/cpu')
-rw-r--r--arch/powerpc/cpu/mpc83xx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/Kconfig b/arch/powerpc/cpu/mpc83xx/Kconfig
index 8ac83420ee2..0dc72c87423 100644
--- a/arch/powerpc/cpu/mpc83xx/Kconfig
+++ b/arch/powerpc/cpu/mpc83xx/Kconfig
@@ -73,6 +73,7 @@ config TARGET_KMTEPR2
config TARGET_GAZERBEAM
bool "Support gazerbeam"
select ARCH_MPC8308
+ select REGMAP
select SYS_FSL_ERRATUM_ESDHC111
imply ENV_IS_IN_FLASH
help