summaryrefslogtreecommitdiff
path: root/nuttx/sched/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/Kconfig')
-rw-r--r--nuttx/sched/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/Kconfig b/nuttx/sched/Kconfig
index 4f7a88bd3..c13a47a55 100644
--- a/nuttx/sched/Kconfig
+++ b/nuttx/sched/Kconfig
@@ -55,14 +55,14 @@ config ARCH_HAVE_TICKLESS
config SCHED_TICKLESS
bool "Support tick-less OS"
default n
- depends on ARCH_HAVE_TICKLESS && EXPERIMENTAL
+ depends on ARCH_HAVE_TICKLESS
---help---
Be default, system time is driven by a periodic timer interrupt. An
alternative configurations is a tick-less configuration in which
there is no periodic timer interrupt. Instead and interval timer is
used to schedule the next OS time event. This option selects that
tick-less OS option. If the tick-less OS is selected, then there are
- additional plaform specific interfaces that must be provided as
+ additional platform specific interfaces that must be provided as
defined include/nuttx/arch.h
config USEC_PER_TICK