1# Kconfig Andes mbox configuration options 2# 3# Copyright (c) 2022 Andes Technology Corporation. 4# 5# SPDX-License-Identifier: Apache-2.0 6# 7 8config MBOX_ANDES_PLIC_SW 9 bool "MBOX Andes PLIC-SW driver" 10 default y 11 depends on DT_HAS_ANDESTECH_MBOX_PLIC_SW_ENABLED 12 depends on PLIC_SUPPORTS_SOFT_INTERRUPT 13 select DYNAMIC_INTERRUPTS 14 help 15 Enable the driver for the Andes PLIC-SW based MBOX controller. 16