arm: systick: Some SoCs do not have systick

Make the systick feature optional that can be selected by the SoC.

Change-Id: I4a405640b84daecc17fc1882743d3cafb78ff861
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-11-26 09:20:15 -05:00 committed by Anas Nashif
commit 92c5f91413
12 changed files with 18 additions and 3 deletions

View file

@ -24,5 +24,6 @@ config SOC_SERIES_NRF51X
select XIP
select HAS_CMSIS
select HAS_NORDIC_MDK
select CPU_HAS_SYSTICK
help
Enable support for NRF51 MCU series

View file

@ -24,5 +24,6 @@ config SOC_SERIES_NRF52X
select XIP
select HAS_CMSIS
select HAS_NORDIC_MDK
select CPU_HAS_SYSTICK
help
Enable support for NRF52 MCU series