diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2018-04-26 17:00:48 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-08 09:07:39 -0400 |
commit | fd92ea0d8beb35876e95d9941880df2576be537d (patch) | |
tree | 2d81683e14649b820a784a5c9407029801adc3ea /configs/stm32mp15_basic_defconfig | |
parent | f198bbac6695ecaac281e8dc5c5d74464ac82b3e (diff) |
configs: stm32mp15: Enable STM32_VREFBUF flag
Enable vrefbuf on stm32mp15, to be used by ADC.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32mp15_basic_defconfig')
-rw-r--r-- | configs/stm32mp15_basic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index 195efa1ce06..b1c3690c009 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -36,6 +36,7 @@ CONFIG_DM_PMIC=y CONFIG_PMIC_STPMU1=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_GPIO=y +CONFIG_DM_REGULATOR_STM32_VREFBUF=y CONFIG_DM_REGULATOR_STPMU1=y CONFIG_STM32_SERIAL=y # CONFIG_EFI_LOADER is not set |