arch/nrf52: fix configuration for SoftDevice, LFCLK is required but it doesn't have to be XTAL

This commit is contained in:
raiden00pl 2023-03-05 14:16:10 +01:00 committed by Petro Karashchenko
parent cf5cd222d6
commit 238b606057

View File

@ -666,7 +666,7 @@ menuconfig NRF52_SOFTDEVICE_CONTROLLER
select ARCH_IRQPRIO select ARCH_IRQPRIO
select CRYPTO select CRYPTO
select CRYPTO_RANDOM_POOL select CRYPTO_RANDOM_POOL
depends on NRF52_LFCLK_XTAL select NRF52_USE_LFCLK
---help--- ---help---
This enables use of Nordic SoftDevice controller This enables use of Nordic SoftDevice controller
(SDC). It is a library version of a subset of (SDC). It is a library version of a subset of