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).
|
bytes).
|
||||||
|
|
||||||
config SCHED_NOTE_GET
|
config SCHED_NOTE_GET
|
||||||
int "Callable interface to get instrumentatin data"
|
bool "Callable interface to get instrumentatin data"
|
||||||
default 2048
|
default n
|
||||||
depends on !SCHED_INSTRUMENTATION_CSECTION && (!SCHED_INSTRUMENTATION_SPINLOCK || !SMP)
|
depends on !SCHED_INSTRUMENTATION_CSECTION && (!SCHED_INSTRUMENTATION_SPINLOCK || !SMP)
|
||||||
---help---
|
---help---
|
||||||
Add support for interfaces to get the size of the next note and also
|
Add support for interfaces to get the size of the next note and also
|
||||||
|
Loading…
Reference in New Issue
Block a user