soc: arm: remove explicit selection of already selected symbols
CPU_CORTEX_M_HAS_SYSTICK and CPU_CORTEX_M_HAS_VTOR do not need to be explicitely selected in SoC/Boards definitions of platforms implementing the Cortex-M mainline architecture; they are already selected by ARMV7_M_ARM8_M_MAINLINE Kconfig symbol. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
2711c4e03f
commit
7fee3efd99
5 changed files with 0 additions and 9 deletions
|
@ -7,8 +7,6 @@ config SOC_SERIES_SAMD51
|
|||
bool "Atmel SAMD51 MCU"
|
||||
select CPU_CORTEX_M4
|
||||
select SOC_FAMILY_SAM0
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_VTOR
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select ASF
|
||||
help
|
||||
|
|
|
@ -7,8 +7,6 @@ config SOC_SERIES_SAME51
|
|||
bool "Atmel SAME51 MCU"
|
||||
select CPU_CORTEX_M4
|
||||
select SOC_FAMILY_SAM0
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_VTOR
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select ASF
|
||||
help
|
||||
|
|
|
@ -7,8 +7,6 @@ config SOC_SERIES_SAME53
|
|||
bool "Atmel SAME53 MCU"
|
||||
select CPU_CORTEX_M4
|
||||
select SOC_FAMILY_SAM0
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_VTOR
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select ASF
|
||||
help
|
||||
|
|
|
@ -7,8 +7,6 @@ config SOC_SERIES_SAME54
|
|||
bool "Atmel SAME54 MCU"
|
||||
select CPU_CORTEX_M4
|
||||
select SOC_FAMILY_SAM0
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_VTOR
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select ASF
|
||||
help
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
config SOC_SERIES_CC13X2_CC26X2
|
||||
bool "TI SimpleLink Family CC13x2 / CC26x2"
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select CPU_HAS_FPU
|
||||
select SOC_FAMILY_TISIMPLELINK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue