summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/nuc1xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/nuc1xx/Kconfig')
-rw-r--r--nuttx/arch/arm/src/nuc1xx/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/nuc1xx/Kconfig b/nuttx/arch/arm/src/nuc1xx/Kconfig
index 5360f46ca..13c60a4c7 100644
--- a/nuttx/arch/arm/src/nuc1xx/Kconfig
+++ b/nuttx/arch/arm/src/nuc1xx/Kconfig
@@ -358,7 +358,10 @@ config NUC_INTHI
choice
prompt "SysTick clock source"
- default NUC_SYSTICK_XTALHI
+ default NUC_SYSTICK_CORECLK
+
+config NUC_SYSTICK_CORECLK
+ bool "Cortex-M0 core clock"
config NUC_SYSTICK_XTALHI
bool "High speed XTAL clock"