zephyr/samples/drivers/mbox/remote/Kconfig
Gerard Marull-Paretas ab8574a791 samples: drivers: mbox: use DT
Instead of hardcoding stuff in the sample (mbox node label and channel
ids).

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-03-07 14:32:57 +00:00

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