19 lines
484 B
Plaintext
19 lines
484 B
Plaintext
# Nuclei ECLIC interrupt-controller configuration
|
|
|
|
# Copyright (c) 2021 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DT_COMPAT_NUCLEI_ECLIC = nuclei,eclic
|
|
|
|
config HAS_NUCLEI_ECLIC
|
|
bool
|
|
help
|
|
Indicate that the platform has ECLIC.
|
|
|
|
config NUCLEI_ECLIC
|
|
bool "Enhanced Core Local Interrupt Controller (ECLIC)"
|
|
default $(dt_compat_enabled,$(DT_COMPAT_NUCLEI_ECLIC))
|
|
depends on HAS_NUCLEI_ECLIC
|
|
help
|
|
Interrupt controller for Nuclei SoC core.
|