jfbblue0922 commented on code in PR #12394:
URL: https://github.com/apache/nuttx/pull/12394#discussion_r1617013669
##########
arch/arm/src/stm32h7/Kconfig:
##########
@@ -284,11 +284,27 @@ config STM32H7_HAVE_SMPS
bool
default n
+choice
+ prompt "STM32 H7 Power Supply Selection"
+ default STM32H7_PWR_DEFAULT_SUPPLY
+ depends on ARCH_CHIP_STM32H7
+ ---help---
+ Select the power supply mode of your board
+
+config STM32H7_PWR_DEFAULT_SUPPLY
+ bool "Default"
+
Review Comment:
@davids5
We tried putting other modes into Kconfig.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]