Re: [RFC PATCH v2 40/45] arm64: nmi: Add Kconfig for NMI
Jinjie Ruan <[email protected]> Mon, 3 Aug 2026 19:37:35 +0800
| Newsgroups | org.infradead.lists.linux-arm-kernel |
|---|---|
| Message-ID | <[email protected]> |
在 2026/8/3 17:36, Vladimir Murzin 写道: > 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. Oh, I forgot about this newest interrupt controller. > > Thanks > Vladimir >