Instead of hardcoding stuff in the sample (mbox node label and channel ids). Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
17 lines
241 B
Plaintext
17 lines
241 B
Plaintext
# Copyright 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config TX_ENABLED
|
|
bool "TX enabled"
|
|
default y
|
|
help
|
|
Enable TX
|
|
|
|
config RX_ENABLED
|
|
bool "RX enabled"
|
|
default y
|
|
help
|
|
Enable RX
|