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:
Xiang Xiao
2019-01-26 07:21:18 -06:00
committed by Gregory Nutt
parent e15670a191
commit 81bef6cccf
2 changed files with 8 additions and 2 deletions
-1
View File
@@ -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