Skip to content

Commit

Permalink
plat-stm32mp1: default enable clock/regulator tree print
Browse files Browse the repository at this point in the history
Default enable support for printing the clock and regulator trees
to the secure console when the statistic PTA is enabled which is,
in the platform default configuration.

Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Nov 23, 2023
1 parent 794eced commit 5f63161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/arch/arm/plat-stm32mp1/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ endif
# Default enable some test facitilites
CFG_ENABLE_EMBEDDED_TESTS ?= y
CFG_WITH_STATS ?= y
CFG_DRIVERS_CLK_PRINT_TREE ?= $(CFG_WITH_STATS)
CFG_DRIVERS_REGULATOR_PRINT_TREE ?= $(CFG_WITH_STATS)

# Enable OTP update with BSEC driver
CFG_STM32_BSEC_WRITE ?= y
Expand Down

0 comments on commit 5f63161

Please sign in to comment.