From 3931eaf015e4cc48fc79e39c6251381cf4d8be80 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 24 Aug 2018 16:14:21 -0600 Subject: [PATCH] sched/Kconfig: Fix a warning found in build testing. --- sched/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/sched/Kconfig b/sched/Kconfig index f352318f023..c023fb54f05 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -754,7 +754,6 @@ choice config CPULOAD_ONESHOT bool "Use Oneshot timer" - default n ---help--- Use an MCU-specific oneshot timer as the external clock. The oneshot timer must be configured by board specific logic which must @@ -773,7 +772,6 @@ config CPULOAD_ONESHOT config CPULOAD_PERIOD bool "Use Period timer" - default n ---help--- Use an MCU-specific period timer as the external clock. The period timer must be configured by board specific logic which must