arch/nrf91: modem depends on LFCLK
This commit is contained in:
parent
bbabcf3c78
commit
1af1ef4a89
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue