mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
arch/Kconfig and arm/src/armv7-m/Kconfig: ARCH_HIPRI_INTERRUPT shouldn't select ARMV7M_USEBASEPRI. First because that is a violation of the layered nature of the Kconfig architecture, but also because then Kconfig will generated errors when high priority interrupts are used with other architectures.
This commit is contained in:
@@ -796,7 +796,6 @@ config ARCH_HIPRI_INTERRUPT
|
||||
bool "High priority interrupts"
|
||||
default n
|
||||
depends on ARCH_HAVE_HIPRI_INTERRUPT && ARCH_HAVE_IRQPRIO
|
||||
select ARMV7M_USEBASEPRI
|
||||
select ARCH_IRQPRIO
|
||||
---help---
|
||||
NOTE: This description is currently unique to the Cortex-M family
|
||||
|
||||
Reference in New Issue
Block a user