You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/12/18 15:13:42 UTC

[incubator-nuttx] 02/02: arch/arm/src/nrf52/Kconfig: select IRQPRIO for SoftDevice

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit f3fdd5a0193d94f01e9c1b4549c16befcee0007e
Author: raiden00pl <ra...@railab.me>
AuthorDate: Sat Dec 18 15:04:50 2021 +0100

    arch/arm/src/nrf52/Kconfig: select IRQPRIO for SoftDevice
---
 arch/arm/src/nrf52/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/src/nrf52/Kconfig b/arch/arm/src/nrf52/Kconfig
index 3205806..048b976 100644
--- a/arch/arm/src/nrf52/Kconfig
+++ b/arch/arm/src/nrf52/Kconfig
@@ -664,6 +664,7 @@ menuconfig NRF52_SOFTDEVICE_CONTROLLER
 	depends on ALLOW_BSDNORDIC_COMPONENTS
 	select ARMV7M_USEBASEPRI
 	select ARCH_RAMVECTORS
+	select ARCH_IRQPRIO
 	select NRF52_USE_LFCLK
 	select NRF52_LFCLK_XTAL
 	---help---