summaryrefslogtreecommitdiffstats
path: root/configs/stm32mp15_dhcor_basic_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-08-19 10:44:17 +0200
committerTom Rini <trini@konsulko.com>2020-08-27 11:26:39 -0400
commit6e741cfa9392ffe3fe87d7657ea9f828bfec4abc (patch)
tree2b15dab4f333037b054543a474a268e70582b4ff /configs/stm32mp15_dhcor_basic_defconfig
parenta261fdce381639b93b0efed5d5202c60d92f0e37 (diff)
downloadu-boot-6e741cfa9392ffe3fe87d7657ea9f828bfec4abc.tar.gz
u-boot-6e741cfa9392ffe3fe87d7657ea9f828bfec4abc.tar.xz
u-boot-6e741cfa9392ffe3fe87d7657ea9f828bfec4abc.zip
cmd: Kconfig: Change dependency for CMD_ADC
CMD_ADC selected DM_REGULATOR unconditionally without enabling DM. That's why change select to depends on to cover it. Kconfig is showing this issue as: WARNING: unmet direct dependencies detected for REGMAP Depends on [n]: DM [=n] Selected by [y]: - DM_REGULATOR_PBIAS [=y] && DM_REGULATOR [=y] Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com> [trini: Update CMD_ADC=y configs to enable DM_REGULATOR now] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/stm32mp15_dhcor_basic_defconfig')
-rw-r--r--configs/stm32mp15_dhcor_basic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_dhcor_basic_defconfig b/configs/stm32mp15_dhcor_basic_defconfig
index 1e1aa86426..aa384517c3 100644
--- a/configs/stm32mp15_dhcor_basic_defconfig
+++ b/configs/stm32mp15_dhcor_basic_defconfig
@@ -108,6 +108,7 @@ CONFIG_PINCTRL_STMFX=y
CONFIG_DM_PMIC=y
# CONFIG_SPL_PMIC_CHILDREN is not set
CONFIG_PMIC_STPMIC1=y
+CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_REGULATOR_STM32_VREFBUF=y