From 58aa886bad61102f254ee6a491a4affe14fe3ff1 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Tue, 13 Oct 2020 00:43:31 +0800 Subject: [PATCH] system/sched_note: Change DRIVER_NOTE to DRIVER_NOTERAM follow up the kernel side change Signed-off-by: Xiang Xiao --- system/sched_note/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/sched_note/Kconfig b/system/sched_note/Kconfig index 2b178786b..832af78e2 100644 --- a/system/sched_note/Kconfig +++ b/system/sched_note/Kconfig @@ -6,7 +6,7 @@ config SYSTEM_NOTE tristate "Scheduler monitor" default n - depends on DRIVER_NOTE + depends on DRIVER_NOTERAM ---help--- Enable the schedler instrumentation monitor