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:
parent
6b14ad9337
commit
eafc80c055
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue