diff options
| author | Tom Rini <[email protected]> | 2026-03-16 19:24:19 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-30 16:59:35 -0600 |
| commit | 0da1866a8fdd4d4bc4837ef2af281dbe010ae16b (patch) | |
| tree | ddf863bd093e9be9dc5c53cd89a3c1ed081ffcc8 /configs | |
| parent | bdbe24b2a27c47e854a8ddfe89bffa0e609c24eb (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')
| -rw-r--r-- | configs/imx8m_data_modul.config | 1 | ||||
| -rw-r--r-- | configs/imx95_evk.config | 1 | ||||
| -rw-r--r-- | configs/imx_dhsom.config | 1 | ||||
| -rw-r--r-- | configs/kontron-osm-s-mx8mp.config | 1 | ||||
| -rw-r--r-- | configs/kontron-osm-s-mx93.config | 1 | ||||
| -rw-r--r-- | configs/renesas_rcar64.config | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/configs/imx8m_data_modul.config b/configs/imx8m_data_modul.config index 4634a0972f0..18c7bb536fa 100644 --- a/configs/imx8m_data_modul.config +++ b/configs/imx8m_data_modul.config @@ -149,7 +149,6 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX8M=y CONFIG_POWER_DOMAIN=y CONFIG_PROT_TCP_SACK=y -CONFIG_REGMAP=y CONFIG_RGMII=y CONFIG_RTC_M41T62=y CONFIG_SF_DEFAULT_SPEED=50000000 diff --git a/configs/imx95_evk.config b/configs/imx95_evk.config index 3db583cce59..e7832d86fe9 100644 --- a/configs/imx95_evk.config +++ b/configs/imx95_evk.config @@ -92,7 +92,6 @@ CONFIG_ETHPRIME="eth0" CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SYS_RX_ETH_BUFFER=8 CONFIG_SPL_DM=y -CONFIG_REGMAP=y CONFIG_SYSCON=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_CLK=y 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 diff --git a/configs/kontron-osm-s-mx8mp.config b/configs/kontron-osm-s-mx8mp.config index a8881726e07..786fd3e7a6d 100644 --- a/configs/kontron-osm-s-mx8mp.config +++ b/configs/kontron-osm-s-mx8mp.config @@ -117,7 +117,6 @@ CONFIG_TFTP_TSIZE=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_DM=y CONFIG_SPL_DM_SEQ_ALIAS=y -CONFIG_REGMAP=y CONFIG_SYSCON=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_BOOTCOUNT_ENV=y diff --git a/configs/kontron-osm-s-mx93.config b/configs/kontron-osm-s-mx93.config index a6d316de3d8..c2d4de4efa8 100644 --- a/configs/kontron-osm-s-mx93.config +++ b/configs/kontron-osm-s-mx93.config @@ -115,7 +115,6 @@ CONFIG_TFTP_TSIZE=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_DM=y CONFIG_SPL_DM_SEQ_ALIAS=y -CONFIG_REGMAP=y CONFIG_SYSCON=y CONFIG_ADC=y CONFIG_ADC_IMX93=y diff --git a/configs/renesas_rcar64.config b/configs/renesas_rcar64.config index c2cb88dc157..da4b262fc6a 100644 --- a/configs/renesas_rcar64.config +++ b/configs/renesas_rcar64.config @@ -6,7 +6,6 @@ CONFIG_CMD_TEMPERATURE=y CONFIG_DM_THERMAL=y CONFIG_PHY_ANEG_TIMEOUT=20000 CONFIG_RCAR_GEN3_THERMAL=y -CONFIG_REGMAP=y CONFIG_REMAKE_ELF=y CONFIG_RENESAS_RPC_SPI=y CONFIG_SUPPORT_RAW_INITRD=y |
