2021-11-15 07:34:11 +08:00
|
|
|
# Copyright (c) 2021 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config NUCLEI_ECLIC
|
|
|
|
bool "Enhanced Core Local Interrupt Controller (ECLIC)"
|
2022-07-22 14:46:51 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_NUCLEI_ECLIC_ENABLED
|
2021-11-15 07:34:11 +08:00
|
|
|
help
|
|
|
|
Interrupt controller for Nuclei SoC core.
|