Skip to content

Commit ce6891a

Browse files
arnopofourmone
authored andcommitted
ARM: configs: enable VREFBUF config in multiv7 addons fragment
VREFBUF device is probed by the system resource manager (rproc_srm) during the kernel boot. Set CONFIG_REGULATOR_STM32_VREFBUF to yes to resolve the dependency. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> Change-Id: I4f07ca01c38e9bc25d232285e86eeed93fc0f631 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/195088 Reviewed-by: CITOOLS <MDG-smet-aci-reviews@list.st.com> Reviewed-by: Arnaud POULIQUEN <arnaud.pouliquen@st.com> Reviewed-by: Fabrice GASNIER <fabrice.gasnier@foss.st.com> Tested-by: Arnaud POULIQUEN <arnaud.pouliquen@st.com>
1 parent 15db8bb commit ce6891a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/configs/fragment-02-multiv7_addons.config

+5
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ CONFIG_USB_ACM=m
262262
# Clock Source drivers
263263
#
264264

265+
#
266+
# Regulators
267+
#
268+
CONFIG_REGULATOR_STM32_VREFBUF=y
269+
265270
#
266271
# Remoteproc drivers
267272
#

0 commit comments

Comments
 (0)