zephyr/boards/arm/qemu_cortex_m0
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
..
doc
board.cmake boards: centralize QEMU icount management 2020-06-24 20:28:36 -04:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig.board
Kconfig.defconfig boards: arm: qemu_cortex_m0: remove ENTROPY_NRF_FORCE_ALT default set 2020-06-24 18:04:17 -07:00
nrf_timer_timer.c boards: arm: qemu_cortex_m0: Removed HFXO request from the timer 2020-07-20 16:22:21 +02:00
qemu_cortex_m0_defconfig boards: centralize QEMU icount management 2020-06-24 20:28:36 -04:00
qemu_cortex_m0.dts boards: dts: Fix broken link in comment 2020-07-31 09:00:32 -05:00
qemu_cortex_m0.yaml