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:
parent
bde20d5447
commit
92c5f91413
12 changed files with 18 additions and 3 deletions
|
@ -32,6 +32,13 @@ config CPU_CORTEX_M
|
|||
help
|
||||
This option signifies the use of a CPU of the Cortex-M family.
|
||||
|
||||
config CPU_HAS_SYSTICK
|
||||
bool
|
||||
# Omit prompt to signify "hidden" option
|
||||
default n
|
||||
help
|
||||
This option is enabled when the CPU has systick timer implemented.
|
||||
|
||||
config CPU_HAS_FPU
|
||||
# Hidden config selected by CPU family
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue