arch/nrf91: modem depends on LFCLK

This commit is contained in:
raiden00pl 2023-07-08 12:11:34 +02:00 committed by Alan Carvalho de Assis
parent bbabcf3c78
commit 1af1ef4a89
2 changed files with 5 additions and 0 deletions

View File

@ -669,6 +669,7 @@ config NRF91_MODEM
depends on ALLOW_BSDNORDIC_COMPONENTS && ARCH_TRUSTZONE_NONSECURE
select ARCH_IRQPRIO
select NRF91_IPC
select NRF91_USE_LFCLK
default n
if NRF91_MODEM

View File

@ -43,6 +43,10 @@
# error NRF91 modem works only in non-secure environment
#endif
#ifndef CONFIG_NRF91_LFCLK_XTAL
# error NRF91 modem requires using LFXO as the LFCLK source
#endif
/****************************************************************************
* Private Functions
****************************************************************************/