zephyr/subsys
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
..
bluetooth Bluetooth: controller: Fill event counter in sync info 2020-07-31 19:04:23 +02:00
canbus cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
console uart: Fix uart_irq_callback_user_data_set usage 2020-07-30 09:43:12 +02:00
cpp cpp: Fixed compile warning with extern array declaration 2020-06-09 14:42:16 +02:00
debug zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dfu config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
disk cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
fb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fs native_posix: Add flags argument to fs_open invocations 2020-07-30 16:33:18 +02:00
jwt zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
logging logging: avoid identifier collisions 2020-07-25 21:26:15 -04:00
mgmt mgmt: Move mcumgr into its own folder 2020-07-31 08:46:53 -05:00
net cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
power cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
random random: Add syscalls for random subsystem 2020-07-08 21:05:36 -04:00
settings subsys/fs: Add open flags parameter to fs_open 2020-07-30 16:33:18 +02:00
shell shell: correct build-in commands definition 2020-07-31 11:54:34 +02:00
stats cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
storage storage: flash_map: Fix partition device retrieval 2020-07-16 11:51:46 -05:00
testsuite cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
tracing uart: Fix uart_irq_callback_set usage 2020-07-30 09:43:12 +02:00
usb drivers: serial: Fix uart_irq_callback_user_data_t usage 2020-07-30 09:43:12 +02:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00