mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
power: regulator: Fix dependency of SPL_DM_REGULATOR_GPIO
gpio-regulator uses dm gpio API, so it depends on SPL_DM_GPIO, not SPL_GPIO. Reported-by: Tom Rini <trini@konsulko.com> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
8d3e8af936
commit
3f495781dd
@ -242,7 +242,7 @@ config DM_REGULATOR_QCOM_USB_VBUS
|
||||
|
||||
config SPL_DM_REGULATOR_GPIO
|
||||
bool "Enable Driver Model for GPIO REGULATOR in SPL"
|
||||
depends on DM_REGULATOR_GPIO && SPL_GPIO
|
||||
depends on DM_REGULATOR_GPIO && SPL_DM_GPIO
|
||||
select SPL_DM_REGULATOR_COMMON
|
||||
---help---
|
||||
This config enables implementation of driver-model regulator uclass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user