acassis commented on code in PR #10601:
URL: https://github.com/apache/nuttx/pull/10601#discussion_r1324955482
##########
drivers/power/pm/Kconfig:
##########
@@ -29,6 +29,16 @@ config PM_PROCFS
---help---
Enable procfs for pm.
+config PM_RUNTIME
+ bool "PM runtime support"
+ default n
+ ---help---
+ enable pm runtime that can suspend/resume device by driver
+ when system is running.if the device is not used,you can use
Review Comment:
```suggestion
when system is running. If the device is not used, you can use
##########
drivers/power/pm/Kconfig:
##########
@@ -29,6 +29,16 @@ config PM_PROCFS
---help---
Enable procfs for pm.
+config PM_RUNTIME
+ bool "PM runtime support"
+ default n
+ ---help---
+ enable pm runtime that can suspend/resume device by driver
+ when system is running.if the device is not used,you can use
+ pm rutime interface to suspend the device,When the device is
Review Comment:
```suggestion
PM runtime interface to suspend the device. When the device is
##########
drivers/power/pm/Kconfig:
##########
@@ -29,6 +29,16 @@ config PM_PROCFS
---help---
Enable procfs for pm.
+config PM_RUNTIME
+ bool "PM runtime support"
+ default n
+ ---help---
+ enable pm runtime that can suspend/resume device by driver
Review Comment:
```suggestion
Enable PM runtime that can suspend/resume device by driver
##########
drivers/power/pm/Kconfig:
##########
@@ -29,6 +29,16 @@ config PM_PROCFS
---help---
Enable procfs for pm.
+config PM_RUNTIME
+ bool "PM runtime support"
+ default n
+ ---help---
+ enable pm runtime that can suspend/resume device by driver
+ when system is running.if the device is not used,you can use
+ pm rutime interface to suspend the device,When the device is
+ needed again, the driver can call the framework to wake up
Review Comment:
```suggestion
needed again, the driver can call the framework to wake up
--
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]