15 lines
339 B
Plaintext
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.
|