From 07a9ceef77dd6f05ef704686deea69a8b4a9e724 Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Mon, 12 Mar 2018 19:49:07 +0200 Subject: gpu: nvgpu: depend on TRACING for TRACE_PRINTK Modify the GK20A_TRACE_PRINTK config such that it depends on TRACING instead of FTRACE_PRINTK. The latter is not in upstream Linux nor in our downstream 4.9, and this option is default n anyway so this is a pretty safe change. Change-Id: If4ce5a041c8392d0bc54a60730c6ab3115b0062a Signed-off-by: Konsta Holtta Reviewed-on: https://git-master.nvidia.com/r/1674114 GVS: Gerrit_Virtual_Submit Reviewed-by: Deepak Nibade Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/Kconfig') diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig index 13b27813..ca1db973 100644 --- a/drivers/gpu/nvgpu/Kconfig +++ b/drivers/gpu/nvgpu/Kconfig @@ -114,7 +114,7 @@ config GK20A_PCI config GK20A_TRACE_PRINTK bool "Support trace_printk debugging" - depends on GK20A && FTRACE_PRINTK + depends on GK20A && TRACING default n help Enable nvgpu debug facility to redirect debug spew to ftrace. This -- cgit v1.2.2