1# Copyright 2024 Felipe Neves
2# SPDX-License-Identifier: Apache-2.0
3
4config MBOX_ESP32
5 bool "ESP32 Soft mailbox driver"
6 default y
7 depends on DT_HAS_ESPRESSIF_MBOX_ESP32_ENABLED
8 help
9 Driver for ESP32 mailbox based on its doorbell mechanism.
10