arch/arm/src/nrf52/Kconfig: fix typos

This commit is contained in:
raiden00pl 2021-12-17 15:09:58 +01:00 committed by Xiang Xiao
parent ba6e8696b2
commit ab66800e13

View File

@ -662,8 +662,8 @@ endmenu
menuconfig NRF52_SOFTDEVICE_CONTROLLER
bool "SoftDevice Controller"
depends on ALLOW_BSDNORDIC_COMPONENTS
select CONFIG_ARMV7M_USEBASEPRI
select CONFIG_ARCH_RAMVECTORS
select ARMV7M_USEBASEPRI
select ARCH_RAMVECTORS
select NRF52_USE_LFCLK
select NRF52_LFCLK_XTAL
---help---
@ -724,5 +724,6 @@ config NRF52_SDC_VERSION
The softdevice version to use. This depends on the particular chip
to use. See official Nordic documentation on which chips are supported
in each version.
endif