You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2022/08/01 17:59:17 UTC

[incubator-nuttx] 02/02: RDDRONE-BMS772: clarify description of some board-specific Kconfig options

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit b9ea02bad89aeac295d5e260c0e2315919e0cac7
Author: Jari van Ewijk <ja...@nxp.com>
AuthorDate: Mon Aug 1 16:24:41 2022 +0200

    RDDRONE-BMS772: clarify description of some board-specific Kconfig options
---
 boards/arm/s32k1xx/rddrone-bms772/Kconfig | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/boards/arm/s32k1xx/rddrone-bms772/Kconfig b/boards/arm/s32k1xx/rddrone-bms772/Kconfig
index 91a8515a94..5876721316 100644
--- a/boards/arm/s32k1xx/rddrone-bms772/Kconfig
+++ b/boards/arm/s32k1xx/rddrone-bms772/Kconfig
@@ -30,19 +30,18 @@ depends on PM
 menu "PM configuration for PM_STANDBY mode"
 
 choice
-	prompt "MCU power mode"
+	prompt "MCU power mode during PM_STANDBY"
 	default VLPR_STANDBY
 
 config RUN_STANDBY
-	bool "RUN mode"
+	bool "MCU in RUN mode during PM_STANDBY"
 	---help---
-		The MCU should be in RUN mode in the PM_STANDBY mode
+		The MCU should remain in RUN mode during PM_STANDBY
 
 config VLPR_STANDBY
-	bool "VLPR mode"
+	bool "MCU in VLPR mode during PM_STANDBY"
 	---help---
-		The MCU should be in VLPR (very low power run) mode in the PM_STANDBY
-		mode
+		The MCU should enter VLPR (very low power run) mode during PM_STANDBY
 
 endchoice # MCU power mode
 
@@ -106,19 +105,18 @@ endmenu # PM configuration for PM_STANDBY mode
 menu "PM configuration for PM_SLEEP mode"
 
 choice
-	prompt "MCU power mode"
+	prompt "MCU power mode during PM_SLEEP"
 	default VLPR_SLEEP
 
 config RUN_SLEEP
-	bool "RUN mode"
+	bool "MCU in RUN mode during PM_SLEEP"
 	---help---
-		The MCU should be in RUN mode in the PM_SLEEP mode
+		The MCU should remain in RUN mode during PM_SLEEP
 
 config VLPR_SLEEP
-	bool "VLPR mode"
+	bool "MCU in VLPR mode during PM_STANDBY"
 	---help---
-		The MCU should be in VLPR (very low power run) mode in the PM_SLEEP
-		mode
+		The MCU should enter VLPR (very low power run) mode during PM_SLEEP
 
 endchoice # MCU power mode