zephyr/drivers/mbox/Kconfig.andes
Kevin Wang 3744fe2d49 drivers: mbox: Add Andestech mailbox driver
Support the Andes mailbox driver via software plic.

Signed-off-by: Kevin Wang <kevinwang821020@google.com>
2023-07-26 10:51:41 +02:00

15 lines
339 B
Plaintext

# Kconfig Andes mbox configuration options
#
# Copyright (c) 2022 Andes Technology Corporation.
#
# SPDX-License-Identifier: Apache-2.0
#
config MBOX_ANDES_PLIC_SW
bool "MBOX Andes PLIC-SW driver"
default y
depends on DT_HAS_ANDESTECH_PLIC_SW_ENABLED
help
Enable driver for the Andes IPM mailbox controller.
Says n if not sure.