zephyr/arch
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
..
arc cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
arm kernel: z_interrupt_stacks are now kernel stacks 2020-07-30 21:11:14 -04:00
common config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
nios2 cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
posix kernel: update arch_switch_to_main_thread() 2020-07-30 21:11:14 -04:00
riscv cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
x86 cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
xtensa kernel: z_interrupt_stacks are now kernel stacks 2020-07-30 21:11:14 -04:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
Kconfig arch: add CONFIG_MMU 2020-07-17 11:38:18 +02:00