Skip to content

Commit

Permalink
ARM: configs: enable VREFBUF config in multiv7 addons fragment
Browse files Browse the repository at this point in the history
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 <[email protected]>
Change-Id: I4f07ca01c38e9bc25d232285e86eeed93fc0f631
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/195088
Reviewed-by: CITOOLS <[email protected]>
Reviewed-by: Arnaud POULIQUEN <[email protected]>
Reviewed-by: Fabrice GASNIER <[email protected]>
Tested-by: Arnaud POULIQUEN <[email protected]>
  • Loading branch information
arnopo authored and fourmone committed Mar 10, 2021
1 parent 15db8bb commit ce6891a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/configs/fragment-02-multiv7_addons.config
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,11 @@ CONFIG_USB_ACM=m
# Clock Source drivers
#

#
# Regulators
#
CONFIG_REGULATOR_STM32_VREFBUF=y

#
# Remoteproc drivers
#
Expand Down

0 comments on commit ce6891a

Please sign in to comment.