commit | 1c2e9880216a052fc3b64004a4b9586e48ac56e4 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Tue Jan 16 15:17:02 2024 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 04 19:13:53 2024 -0400 |
tree | a9bbf0f007b2b596fecdc71334e0743b578bfe56 | |
parent | c65be0cfb94dd021bcfb69a91d90dd8a08926c91 [diff] |
pm: device: De-couple device pm from system pm PM_DEVICE is not attached to system managed device power management. It is a very common use case targets with device runtime power management that don't want system device power management enabled. We introduce a new symbol (PM_DEVICE_SYSTEM_MANAGED) to explicit control whether or not system device power management should be globally enabled. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>