sched/Kconfig: Change SCHED_NOTE_GET type from int to bool~

This commit is contained in:
Gregory Nutt 2019-01-27 11:04:54 -06:00
parent fe421022e2
commit cc8878f08a

View File

@ -999,8 +999,8 @@ config SCHED_NOTE_BUFSIZE
bytes).
config SCHED_NOTE_GET
int "Callable interface to get instrumentatin data"
default 2048
bool "Callable interface to get instrumentatin data"
default n
depends on !SCHED_INSTRUMENTATION_CSECTION && (!SCHED_INSTRUMENTATION_SPINLOCK || !SMP)
---help---
Add support for interfaces to get the size of the next note and also