Skip to content

Commit 5eb71b4

Browse files
stephanosiogalak
authored andcommitted
soc: arm: Clean up HAS_CMSIS_CORE usage.
For nordic_nrf, this commit relocates HAS_CMSIS_CORE selection from SoC Kconfig to the HAL module Kconfig, as done for other SoCs. For nxp_kinetis, remove redundant HAS_CMSIS_CORE selection in SoC Kconfig, as it is already selected by the HAL Kconfig. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 5dadcff commit 5eb71b4

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

modules/Kconfig.nordic

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ config HAS_NORDIC_DRIVERS
66

77
config HAS_NRFX
88
bool
9+
select HAS_CMSIS_CORE
910

1011
menu "nrfx drivers"
1112
depends on HAS_NRFX

soc/arm/nordic_nrf/nrf51/Kconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ config SOC_SERIES_NRF51X
1212
select SOC_FAMILY_NRF
1313
select HAS_SYS_POWER_STATE_DEEP_SLEEP_1
1414
select XIP
15-
select HAS_CMSIS_CORE
1615
select HAS_NRFX
1716
select HAS_SEGGER_RTT
1817
help

soc/arm/nordic_nrf/nrf52/Kconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ config SOC_SERIES_NRF52X
1313
select SOC_FAMILY_NRF
1414
select HAS_SYS_POWER_STATE_DEEP_SLEEP_1
1515
select XIP
16-
select HAS_CMSIS_CORE
1716
select HAS_NRFX
1817
select HAS_SEGGER_RTT
1918
help

soc/arm/nordic_nrf/nrf91/Kconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ config SOC_SERIES_NRF91X
1515
select SOC_FAMILY_NRF
1616
select HAS_SYS_POWER_STATE_DEEP_SLEEP_1
1717
select XIP
18-
select HAS_CMSIS_CORE
1918
select HAS_NRFX
2019
select HAS_SEGGER_RTT
2120
help

soc/arm/nxp_kinetis/k2x/Kconfig.soc

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ config SOC_MK22F51212
2222
select HAS_MCUX_SIM
2323
select HAS_OSC
2424
select HAS_MCG
25-
select HAS_CMSIS_CORE
2625
select CPU_HAS_FPU
2726

2827
endchoice

0 commit comments

Comments
 (0)