zephyr/drivers/ipm
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
..
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
ipm_cavs_idc_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_cavs_idc.c drivers: ipm: Align all drivers using user_data for the callback 2020-07-30 09:51:51 +02:00
ipm_cavs_idc.h ipm: add driver for the CAVS DSP Intra-DSP Communication (IDC) 2020-03-25 19:07:28 -04:00
ipm_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_imx.c drivers: ipm: Align all drivers using user_data for the callback 2020-07-30 09:51:51 +02:00
ipm_mcux.c drivers: Apply IPM callback signature change where relevant 2020-07-30 09:51:51 +02:00
ipm_mhu.c drivers: ipm: Align all drivers using user_data for the callback 2020-07-30 09:51:51 +02:00
ipm_mhu.h drivers: ipm: Align all drivers using user_data for the callback 2020-07-30 09:51:51 +02:00
ipm_nrfx_ipc.c drivers: ipm: Align all drivers using user_data for the callback 2020-07-30 09:51:51 +02:00
ipm_nrfx_ipc.h drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00
ipm_stm32_ipcc.c drivers: ipm: Align all drivers using user_data for the callback 2020-07-30 09:51:51 +02:00
Kconfig ipm: add driver for the CAVS DSP Intra-DSP Communication (IDC) 2020-03-25 19:07:28 -04:00
Kconfig.nrfx drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00
Kconfig.nrfx_ipc_channel drivers: ipm: add nRFx IPM driver 2019-11-20 19:29:06 +01:00