From: Lech Perczak Date: Wed, 15 Nov 2023 02:22:56 +0000 (+0100) Subject: imx: enable CONFIG_REGULATOR_PFUZE100 globally X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1b2d625cfbc2b338f4b836e59c10777b7dba27b6;p=openwrt%2Fstaging%2Fthess.git imx: enable CONFIG_REGULATOR_PFUZE100 globally PFUZE100 series of PMICs are used on boards supported by both subtargets. Enable this for whole i.MX target. Signed-off-by: Lech Perczak --- diff --git a/target/linux/imx/config-5.15 b/target/linux/imx/config-5.15 index 7caaacbed7..9966ad4487 100644 --- a/target/linux/imx/config-5.15 +++ b/target/linux/imx/config-5.15 @@ -345,6 +345,7 @@ CONFIG_REGMAP_MMIO=y CONFIG_REGULATOR=y CONFIG_REGULATOR_ANATOP=y CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_REGULATOR_PFUZE100=y CONFIG_RESET_CONTROLLER=y CONFIG_RFS_ACCEL=y CONFIG_RPS=y diff --git a/target/linux/imx/cortexa9/config-default b/target/linux/imx/cortexa9/config-default index 7bd02264b2..5757c8c8be 100644 --- a/target/linux/imx/cortexa9/config-default +++ b/target/linux/imx/cortexa9/config-default @@ -43,7 +43,6 @@ CONFIG_PM_GENERIC_DOMAINS=y CONFIG_PM_GENERIC_DOMAINS_OF=y CONFIG_REGMAP_I2C=y CONFIG_REGULATOR_LTC3676=y -CONFIG_REGULATOR_PFUZE100=y CONFIG_RTC_DRV_DS1307=y CONFIG_RTC_DRV_DS1672=y CONFIG_SATA_HOST=y