| # Copyright (c) 2021 Tokita, Hiroshi <tokita.hiroshi@gmail.com> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| DT_COMPAT_NUCLEI_ECLIC = nuclei,eclic | |
| config NUCLEI_ECLIC | |
| bool "Enhanced Core Local Interrupt Controller (ECLIC)" | |
| default $(dt_compat_enabled,$(DT_COMPAT_NUCLEI_ECLIC)) | |
| depends on RISCV_HAS_CLIC | |
| help | |
| Interrupt controller for Nuclei SoC core. |