commit | c75187587ba1ee2d2a8951a145d18dd9be305c33 | [log] [tgz] |
---|---|---|
author | Piotr Mienkowski <piotr.mienkowski@gmail.com> | Sun Feb 24 00:07:50 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Feb 26 02:30:13 2019 +0100 |
tree | c323c7a5b9ad73d76524445d2e066cf9e9517c31 | |
parent | 336d3d3adcfcd7d3945a0cc6fa0993fb2a225eb3 [diff] |
power: simplify SYS_POWER_*_SUPPORTED Kconfig options This commit removes dependency on SYS_POWER_LOW_POWER_STATES_SUPPORTED, SYS_POWER_DEEP_SLEEP_STATES_SUPPORTED Kconfig options. Power management SYS_POWER_LOW_POWER_STATES, SYS_POWER_DEEP_SLEEP_STATES options depend now directly on specific power states supported by the given SoC. This simplifies maintenance of SoC Kconfig files. Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>