zephyr/subsys/power
Carles Cufi 244f826e3c cmake: remove _if_kconfig() functions
This set of functions seem to be there just because of historical
reasons, stemming from Kbuild. They are non-obvious and prone to errors,
so remove them in favor of the `_ifdef()` ones with an explicit
`CONFIG_` condition.

Script used:

git grep -l _if_kconfig | xargs sed -E -i
"s/_if_kconfig\(\s*(\w*)/_ifdef(CONFIG_\U\1\E \1/g"

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-08-01 12:35:20 +02:00
..
policy zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
device.c power: remove unused inclusion of soc.h 2020-07-30 08:00:03 -04:00
device_pm.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig power: add system power management direct force mode. 2020-01-24 21:37:40 -05:00
pm_ctrl.c cleanup: include/: move atomic.h to sys/atomic.h 2019-06-27 22:55:49 -04:00
power.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
reboot.c cleanup: include/: move misc/reboot.h to power/reboot.h 2019-06-27 22:55:49 -04:00