note: add note stream drivers

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
yinshengkai
2023-12-21 22:19:19 +08:00
committed by Xiang Xiao
parent 43d96a5d9e
commit 453cde945f
6 changed files with 230 additions and 2 deletions
+19 -1
View File
@@ -92,10 +92,28 @@ config DRIVERS_NOTE_STRIP_FORMAT
---help---
Strip sched_note_printf format string.
config DRIVERS_NOTELOWEROUT
bool "Note lower output"
default n
---help---
Note uses lower output.
config DRIVERS_NOTEFILE
bool "Note file driver"
---help---
The Note driver output to file.
config DRIVERS_NOTEFILE_PATH
string "Note file path"
depends on DRIVERS_NOTEFILE
default "/dev/ttyS1"
---help---
The Note driver output to file path.
config DRIVERS_NOTELOG
bool "Note syslog driver"
---help---
The note driver output to syslog.
The Note driver output to syslog.
config DRIVERS_NOTESNAP
bool "Last scheduling information"