zephyr/subsys
Benjamin Valentin 4dc672fc19 power: don't switch to power modes not enabled in Kconfig
Disable low power/deep sleep modes when they are not enabled in Kconfig.
Otherwise if only low power modes are enabled (but no deep sleep),
Zephyr will try to swich to the lowest power mode (deep sleep) anyway,
only to discover that it's not availiable, resulting in no low power
mode at all being used.

By disabling the modes here if they are not enabled in Kconfig,
policy_residency will switch to the lowest low power mode instead.

Signed-off-by: Benjamin Valentin <benjamin.valentin@ml-pa.com>
2019-03-07 07:18:10 -05:00
..
bluetooth Bluetooth: controller: Fix unchecked return value 2019-03-05 13:08:12 +01:00
console console: tty: Remove dependency on older "consoles" 2019-02-28 16:57:50 -08:00
cpp
debug segger: sysview: Fix constness of char pointer 2019-03-04 18:59:55 -08:00
dfu dfu: mcuboot: rename boot_swap_type> mcuboot_swap_type 2019-02-19 09:32:02 +01:00
disk include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
fb shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
fs subsys/fs/shell: fix unchecked return from fs_seek in cmd_read 2019-03-02 12:28:03 +01:00
jwt
logging logging: Fix RTT log backend lagging if no host 2019-03-07 13:06:52 +01:00
mgmt
net Revert "net: sockets: recv_stream: Check that the underlying net_context active" 2019-03-06 17:40:52 -05:00
power power: don't switch to power modes not enabled in Kconfig 2019-03-07 07:18:10 -05:00
random
settings settings: always uses the storage partition for FCB 2019-03-04 16:51:19 +01:00
shell shell: fix coverity issue 2019-03-04 09:41:13 -05:00
stats
storage
testsuite userspace: get rid of app section placeholders 2019-03-04 08:05:16 -08:00
usb usb/net: Switch RNDIS netusb driver to new net_pkt API 2019-03-06 17:46:18 -05:00
CMakeLists.txt userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
Kconfig userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00