commit | 4da9d75b97f2ee354f0a8644c516b546d43adb1e | [log] [tgz] |
---|---|---|
author | Liya Huang <1425075683@qq.com> | Tue Jan 28 21:22:15 2025 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 05 12:43:38 2025 -0600 |
tree | 23a8902390b227d5d2ec40ebd9787f2240c12106 | |
parent | a3c34abf2e770e3e27a3826bf69f130ab9481e0d [diff] |
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>