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 <[email protected]>
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---

Reply via email to