mbox: ipc: s/_MBOX_NRFX/_MBOX_NRFX_IPC/
Use a more precise Kconfig symbol name to avoid namespace conflicts when more NRFX-dependent drivers will be added. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
dda3a5ad0d
commit
c03519fffc
4 changed files with 5 additions and 5 deletions
|
@ -3,4 +3,4 @@
|
|||
zephyr_library()
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_USERSPACE mbox_handlers.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_MBOX_NRFX mbox_nrfx_ipc.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_MBOX_NRFX_IPC mbox_nrfx_ipc.c)
|
||||
|
|
|
@ -9,8 +9,8 @@ menuconfig MBOX
|
|||
|
||||
if MBOX
|
||||
|
||||
config MBOX_NRFX
|
||||
bool "MBOX NRF driver"
|
||||
config MBOX_NRFX_IPC
|
||||
bool "MBOX NRF IPC driver"
|
||||
depends on HAS_HW_NRF_IPC
|
||||
select NRFX_IPC
|
||||
help
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
CONFIG_MBOX_NRFX=y
|
||||
CONFIG_MBOX_NRFX_IPC=y
|
||||
CONFIG_BOARD_ENABLE_CPUNET=y
|
||||
|
|
|
@ -1 +1 @@
|
|||
CONFIG_MBOX_NRFX=y
|
||||
CONFIG_MBOX_NRFX_IPC=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue