diff options
| author | Michal Simek <[email protected]> | 2020-08-19 10:44:17 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-08-27 11:26:39 -0400 |
| commit | 6e741cfa9392ffe3fe87d7657ea9f828bfec4abc (patch) | |
| tree | 2b15dab4f333037b054543a474a268e70582b4ff /configs/libretech-ac_defconfig | |
| parent | a261fdce381639b93b0efed5d5202c60d92f0e37 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
[trini: Update CMD_ADC=y configs to enable DM_REGULATOR now]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/libretech-ac_defconfig')
| -rw-r--r-- | configs/libretech-ac_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/libretech-ac_defconfig b/configs/libretech-ac_defconfig index d5a812c3d81..e898fb147f8 100644 --- a/configs/libretech-ac_defconfig +++ b/configs/libretech-ac_defconfig @@ -53,6 +53,7 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_MESON_GXL=y CONFIG_POWER_DOMAIN=y CONFIG_MESON_GX_VPU_POWER_DOMAIN=y +CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_RESET=y CONFIG_DEBUG_UART_ANNOUNCE=y |
