Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
aeaf32aada93513bf10fbd921fce7e9c92de79e5
/
.
/
drivers
/
mbox
/
Kconfig.esp32
blob: e419765179458c76a9340ee6882bbc0f0f3f5f51 [
file
] [
log
] [
blame
]
# Copyright 2024 Felipe Neves
# SPDX-License-Identifier: Apache-2.0
config MBOX_ESP32
bool
"ESP32 Soft mailbox driver"
default
y
depends on DT_HAS_ESPRESSIF_MBOX_ESP32_ENABLED
help
Driver
for
ESP32 mailbox based on its doorbell mechanism
.