zephyr/drivers/mbox
Flavio Ceolin 15aa3acaf6 kconfig: Remove MP_NUM_CPUS usage
Zephyr's code base uses MP_MAX_NUM_CPUS to
know how many cores exists in the target. It is
also expected that both symbols MP_MAX_NUM_CPUS
and MP_NUM_CPUS have the same value, so lets
just use MP_MAX_NUM_CPUS and simplify it.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-10-03 17:45:53 +01:00
..
CMakeLists.txt mbox: Add NXP MU as a MBOX device 2023-09-14 14:34:05 +02:00
Kconfig mbox: Add NXP MU as a MBOX device 2023-09-14 14:34:05 +02:00
Kconfig.andes drivers: mbox: Add Andestech mailbox driver 2023-07-26 10:51:41 +02:00
Kconfig.nrfx drivers: mbox: separate NRFx specific Kconfig 2023-01-24 14:37:20 +01:00
Kconfig.nxp_imx mbox: Add NXP MU as a MBOX device 2023-09-14 14:34:05 +02:00
Kconfig.nxp_s32 drivers: select nocache only when supported 2023-09-26 15:09:51 +02:00
mbox_andes_plic_sw.c kconfig: Remove MP_NUM_CPUS usage 2023-10-03 17:45:53 +01:00
mbox_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
mbox_nrfx_ipc.c drivers: mbox: nrfx: align implementation to nrfx 2.10 API 2022-11-08 10:48:38 +01:00
mbox_nxp_imx_mu.c mbox: Add NXP MU as a MBOX device 2023-09-14 14:34:05 +02:00
mbox_nxp_s32_mru.c mbox: nxp_s32: fix semicolon typos 2023-08-09 08:34:28 +00:00