mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 05:51:56 +00:00
as an alternative for IPM driver. Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
# 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.
|