summaryrefslogtreecommitdiff
path: root/configs/imx_dhsom.config
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 /configs/imx_dhsom.config
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 'configs/imx_dhsom.config')
-rw-r--r--configs/imx_dhsom.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx_dhsom.config b/configs/imx_dhsom.config
index 4a3ddc7e90b..a0d67c8a068 100644
--- a/configs/imx_dhsom.config
+++ b/configs/imx_dhsom.config
@@ -28,7 +28,6 @@ CONFIG_ENV_SECT_SIZE_AUTO=y
CONFIG_ENV_REDUNDANT=y
CONFIG_ENV_RELOC_GD_ENV_ADDR=y
-CONFIG_REGMAP=y
CONFIG_SYSCON=y
CONFIG_DM_GPIO=y