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>
This commit is contained in:
Fabrice Gasnier 2018-04-26 17:00:48 +02:00 committed by Tom Rini
parent f198bbac66
commit fd92ea0d8b
1 changed files with 1 additions and 0 deletions

View File

@ -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