boards: arm: twr_ke18f: do not enable Arm SysTick driver by default

Do not enable the Arm SysTick driver by default. Instead, rely on the
default Kconfig settings for the Arm SysTick driver.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2021-07-07 20:57:04 +02:00 committed by Anas Nashif
commit a43f04e807

View file

@ -1,6 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_SOC_SERIES_KINETIS_KE1XF=y
CONFIG_SOC_MKE18F16=y
CONFIG_BOARD_TWR_KE18F=y