Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
0d66091cce5d5fd50afe5b24968e4d698361eb1f
/
.
/
samples
/
drivers
/
mbox
/
remote
/
Kconfig
blob: 245890bfe78b147d1b3b2ca864082aad7db32ef7 [
file
] [
log
] [
blame
]
# 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