mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
drivers/note: Remove the dependence of noteram driver
since after the below commit, noteram driver can work even when the instrumentation of csection, spinlock and smp is enabled Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -39,7 +39,6 @@ config DRIVER_NOTECTL
|
|||||||
config DRIVER_NOTERAM
|
config DRIVER_NOTERAM
|
||||||
bool "Note RAM driver"
|
bool "Note RAM driver"
|
||||||
default y
|
default y
|
||||||
depends on !SCHED_INSTRUMENTATION_CSECTION && (!SCHED_INSTRUMENTATION_SPINLOCK || !SMP)
|
|
||||||
---help---
|
---help---
|
||||||
If this option is selected, then in-memory buffering logic is
|
If this option is selected, then in-memory buffering logic is
|
||||||
enabled to capture scheduler instrumentation data. This has
|
enabled to capture scheduler instrumentation data. This has
|
||||||
|
|||||||
Reference in New Issue
Block a user