summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kl/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/kl/Kconfig')
-rw-r--r--nuttx/arch/arm/src/kl/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/kl/Kconfig b/nuttx/arch/arm/src/kl/Kconfig
index 3d69482a1..7f1910963 100644
--- a/nuttx/arch/arm/src/kl/Kconfig
+++ b/nuttx/arch/arm/src/kl/Kconfig
@@ -289,6 +289,15 @@ config KL_PIT
endmenu
+choice
+ prompt "SysTick clock source"
+ default KL_SYSTICK_CORECLK
+
+config KL_SYSTICK_CORECLK
+ bool "Cortex-M0 core clock"
+
+endchoice
+
comment "Kinetis GPIO Interrupt Configuration"
config GPIO_IRQ