Re: [RFC PATCH v2 40/45] arm64: nmi: Add Kconfig for NMI
Vladimir Murzin <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/28/26 07:24, Jinjie Ruan wrote: >> +config ARM64_NMI >> + bool "Enable support for Non-maskable Interrupts (NMI)" >> + default y > I think we should select ARM_GIC_V3 here, as FEAT_GICv3_NMI need GICv3 > >> + help >> + Non-maskable interrupts are an architecture and GIC feature > GICv3 feature Not really, GICv5 also supports NMI. Thanks Vladimir