commit | a3082e49a1a68600ac4e03889126917e1de15146 | [log] [tgz] |
---|---|---|
author | Piotr Mienkowski <piotr.mienkowski@gmail.com> | Sat Mar 16 20:55:56 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 26 13:27:55 2019 -0400 |
tree | c81bf1cac36a2f2a66d7619b8f8b57b09b5e268d | |
parent | 17b08ceca5b8b359752907a6196f146b517e195b [diff] |
power: modify HAS_STATE_SLEEP_ Kconfig options Add SYS_POWER_ prefix to HAS_STATE_SLEEP_, HAS_STATE_DEEP_SLEEP_ options to align them with names of power states they control. Following is a detailed list of string replacements used: s/HAS_STATE_SLEEP_(\d)/HAS_SYS_POWER_STATE_SLEEP_$1/ s/HAS_STATE_DEEP_SLEEP_(\d)/HAS_SYS_POWER_STATE_DEEP_SLEEP_$1/ Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>