mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
arch/nrf91: modem depends on LFCLK
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
bbabcf3c78
commit
1af1ef4a89
@@ -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
|
||||
|
||||
@@ -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
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user