mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 12:14:36 +08:00
Move note driver from drivers/syslog to drivers/note
it's better to put the note transport layer into a common folder Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
17
drivers/note/Kconfig
Normal file
17
drivers/note/Kconfig
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
menu "Note Driver Support"
|
||||
|
||||
config DRIVER_NOTE
|
||||
bool "Scheduler instrumentation driver"
|
||||
default n
|
||||
depends on SCHED_INSTRUMENTATION_BUFFER && SCHED_NOTE_GET
|
||||
---help---
|
||||
Enable building a serial driver that can be used by an application
|
||||
to read data from the in-memory, scheduler instrumentation "note"
|
||||
buffer.
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user