| # ARM Generic Interrupt Controller (GIC) configuration |
| # Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io> |
| # SPDX-License-Identifier: Apache-2.0 |
| The ARM Generic Interrupt Controller v1 (e.g. PL390) works with the |
| ARM Cortex-family processors. |
| The ARM Generic Interrupt Controller v2 (e.g. GIC-400) works with the |
| ARM Cortex-family processors. |
| The ARM Generic Interrupt Controller v3 (e.g. GIC-500 and GIC-600) |
| works with the ARM Cortex-family processors. |
| config GIC_SINGLE_SECURITY_STATE |
| Some ARM Cortex-family processors only supports single security |
| bool "GIC v3 Interrupt Translation Service" |
| # ITS generates Non-secure Group 1 LPI interrupts, requiring EL1NS |
| select DYNAMIC_INTERRUPTS |
| Support for the optional Interrupt Translation Service used to translate |
| hardware interrupt from PCIe MSI messages for example. |