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:
Xiang Xiao 2023-02-14 01:02:44 +08:00 committed by archer
parent 6b14ad9337
commit eafc80c055
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ config DRIVER_NOTECTL
config DRIVER_NOTERAM
bool "Note RAM driver"
default y
depends on !SCHED_INSTRUMENTATION_CSECTION && (!SCHED_INSTRUMENTATION_SPINLOCK || !SMP)
---help---
If this option is selected, then in-memory buffering logic is
enabled to capture scheduler instrumentation data. This has