summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-03-12 13:49:07 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-03-13 12:55:03 -0400
commit07a9ceef77dd6f05ef704686deea69a8b4a9e724 (patch)
tree69053cf89a790be9d46d79e544561e1fcd1d8586 /drivers/gpu/nvgpu/Kconfig
parent1d8d0de168028250b0594c7059fcdf9926558e12 (diff)
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 <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1674114 GVS: Gerrit_Virtual_Submit Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig')
-rw-r--r--drivers/gpu/nvgpu/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
114 114
115config GK20A_TRACE_PRINTK 115config GK20A_TRACE_PRINTK
116 bool "Support trace_printk debugging" 116 bool "Support trace_printk debugging"
117 depends on GK20A && FTRACE_PRINTK 117 depends on GK20A && TRACING
118 default n 118 default n
119 help 119 help
120 Enable nvgpu debug facility to redirect debug spew to ftrace. This 120 Enable nvgpu debug facility to redirect debug spew to ftrace. This