2021-11-15 07:34:11 +08:00
|
|
|
# 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))
|
2022-07-07 22:27:17 +08:00
|
|
|
depends on RISCV_HAS_CLIC
|
2021-11-15 07:34:11 +08:00
|
|
|
help
|
|
|
|
Interrupt controller for Nuclei SoC core.
|