From caa359ddd2e28812df24e1d670cd9de615fcf72a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 11 Mar 2021 19:29:37 +0100 Subject: dashboard/config: enable DEBUG_TIMEKEEPING and FW_LOADER DEBUG_TIMEKEEPING enables some debug checks. FW_LOADER_USER_HELPER was enabled on arm/android but not on x86_64. --- dashboard/config/linux/upstream-usb.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/upstream-usb.config') diff --git a/dashboard/config/linux/upstream-usb.config b/dashboard/config/linux/upstream-usb.config index a516c20a9..bfeaa042a 100644 --- a/dashboard/config/linux/upstream-usb.config +++ b/dashboard/config/linux/upstream-usb.config @@ -7526,7 +7526,7 @@ CONFIG_SCHED_INFO=y CONFIG_SCHEDSTATS=y # end of Scheduler Debugging -# CONFIG_DEBUG_TIMEKEEPING is not set +CONFIG_DEBUG_TIMEKEEPING=y # # Lock Debugging (spinlocks, mutexes, etc...) -- cgit mrf-deployment