zephyr/drivers/mbox/Kconfig.esp32
Felipe Neves af91d06b00 drivers: mbox: mbox_esp32: add support for esp32 MBOX driver
as an alternative for IPM driver.

Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
2024-08-07 07:17:01 -04:00

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.