power: regulator: Kconfig: add SPL_DM_REGULATOR_FAN53555
Symbol CONFIG_SPL_DM_REGULATOR_FAN53555 is selected by SPL_DM_PMIC_FAN53555 and used in a Makefile. But the symbol definition is missing. Add the missing configuration symbol. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
committed by
Peng Fan
parent
93016370cf
commit
adc49c29a9
@@ -191,6 +191,14 @@ config DM_REGULATOR_FAN53555
|
||||
or switching the mode is not supported by this driver (at
|
||||
this time).
|
||||
|
||||
config SPL_DM_REGULATOR_FAN53555
|
||||
bool "Enable Driver Model for REGULATOR FAN53555 in SPL"
|
||||
depends on SPL_DM_PMIC_FAN53555
|
||||
help
|
||||
This configuration setting enables the implementation of the
|
||||
driver-model regulator uclass features for the FAN53555
|
||||
regulator in SPL.
|
||||
|
||||
config DM_REGULATOR_COMMON
|
||||
bool
|
||||
depends on DM_REGULATOR
|
||||
|
||||
Reference in New Issue
Block a user