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_PLIC_SW_ENABLED 12 help 13 Enable driver for the Andes IPM mailbox controller. 14 Says n if not sure. 15