From 013dbed749a859fdb2e22cbec4de34446966402a Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Tue, 14 Dec 2010 04:58:43 +0200 Subject: [PATCH] gpu: pvr: fix Kconfig description for EDM tracing We don't have a dependency on user space configuration any more, so fix the description accordingly. Signed-off-by: Imre Deak --- pvr/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pvr/Kconfig b/pvr/Kconfig index 949911c..96dc456 100644 --- a/pvr/Kconfig +++ b/pvr/Kconfig @@ -34,9 +34,9 @@ config PVR_EDM_DEBUG bool "Enable EDM trace" default n help - EDM trace helps to track down some HW recovery events. You _must_ - also enabled EDM (PVRSRV_USSE_EDM_STATUS_DEBUG) in the userland - libraries otherwise the drivers won't start + This will print the micro kernel (EDM) tracing buffer in case + of a HW recovery event. You also need a micro kernel that was + configured to generate this trace. config PVR_NO_HARDWARE bool -- 2.47.2