soc: nordic: nrf54l: fix ordering in Kconfig
Application cores should be next to eachother. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
This commit is contained in:
parent
b9d97aba21
commit
b5ca5b4147
1 changed files with 3 additions and 3 deletions
|
@ -35,6 +35,9 @@ config SOC_NRF54L10_CPUAPP
|
|||
config SOC_NRF54L15_CPUAPP
|
||||
select SOC_NRF54L_CPUAPP_COMMON
|
||||
|
||||
config SOC_NRF54L20_ENGA_CPUAPP
|
||||
select SOC_NRF54L_CPUAPP_COMMON
|
||||
|
||||
config SOC_NRF54L05_CPUFLPR
|
||||
select RISCV_CORE_NORDIC_VPR
|
||||
|
||||
|
@ -47,9 +50,6 @@ config SOC_NRF54L10_CPUFLPR
|
|||
config SOC_NRF54L15_CPUFLPR
|
||||
select RISCV_CORE_NORDIC_VPR
|
||||
|
||||
config SOC_NRF54L20_ENGA_CPUAPP
|
||||
select SOC_NRF54L_CPUAPP_COMMON
|
||||
|
||||
config SOC_NRF54L20_ENGA_CPUFLPR
|
||||
select RISCV_CORE_NORDIC_VPR
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue