sched/Kconfig: Change SCHED_NOTE_GET type from int to bool~
This commit is contained in:
parent
fe421022e2
commit
cc8878f08a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user