sched/Kconfig: Fix a warning found in build testing.
This commit is contained in:
parent
38452007a3
commit
3931eaf015
@ -754,7 +754,6 @@ choice
|
|||||||
|
|
||||||
config CPULOAD_ONESHOT
|
config CPULOAD_ONESHOT
|
||||||
bool "Use Oneshot timer"
|
bool "Use Oneshot timer"
|
||||||
default n
|
|
||||||
---help---
|
---help---
|
||||||
Use an MCU-specific oneshot timer as the external clock. The
|
Use an MCU-specific oneshot timer as the external clock. The
|
||||||
oneshot timer must be configured by board specific logic which must
|
oneshot timer must be configured by board specific logic which must
|
||||||
@ -773,7 +772,6 @@ config CPULOAD_ONESHOT
|
|||||||
|
|
||||||
config CPULOAD_PERIOD
|
config CPULOAD_PERIOD
|
||||||
bool "Use Period timer"
|
bool "Use Period timer"
|
||||||
default n
|
|
||||||
---help---
|
---help---
|
||||||
Use an MCU-specific period timer as the external clock. The
|
Use an MCU-specific period timer as the external clock. The
|
||||||
period timer must be configured by board specific logic which must
|
period timer must be configured by board specific logic which must
|
||||||
|
Loading…
Reference in New Issue
Block a user