armv7m: kconfig adds the NVIC option and masks the GIC option when NVIC is selected
authorLiya Huang <1425075683@qq.com>
Tue, 28 Jan 2025 13:22:15 +0000 (21:22 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 5 Feb 2025 18:43:38 +0000 (12:43 -0600)
commitb16e1db2a07681c1b52d7ad76ae4f38c35ea3e92
tree23a8902390b227d5d2ec40ebd9787f2240c12106
parente335f1e3beaf17bb2a8f6324514ffcc70c09a83c
armv7m: kconfig adds the NVIC option and masks the GIC option when NVIC is selected

ARMv7-M architecture uses NVIC instead of GIC.
NVIC is an interrupt controller specially designed for
ARM Cortex-M series processors.

Signed-off-by: Liya Huang <1425075683@qq.com>
arch/arm/Kconfig