timer: allow for configuring it out
Some configurations have the system timer driver hardwired in. Let's make them compatible with CONFIG_SYS_CLOCK_EXISTS=n. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
This commit is contained in:
parent
90eac6e4bc
commit
9a748371eb
11 changed files with 13 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
config SOC_SERIES_S32ZE_R52
|
||||
bool "NXP S32Z/E series"
|
||||
select ARM
|
||||
select ARM_ARCH_TIMER
|
||||
select ARM_ARCH_TIMER if SYS_CLOCK_EXISTS
|
||||
select CPU_CORTEX_R52
|
||||
select CPU_HAS_DCLS
|
||||
select CPU_HAS_ARM_MPU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue