1# Copyright (c) 2022 Carlo Caione <ccaione@baylibre.com> 2# SPDX-License-Identifier: Apache-2.0 3 4config PLIC 5 bool "Platform Level Interrupt Controller (PLIC)" 6 default y 7 depends on DT_HAS_SIFIVE_PLIC_1_0_0_ENABLED 8 select MULTI_LEVEL_INTERRUPTS 9 select 2ND_LEVEL_INTERRUPTS 10 help 11 Platform Level Interrupt Controller provides support 12 for external interrupt lines defined by the RISC-V SoC. 13