mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
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>
This commit is contained in:
committed by
mobile promotions
parent
1d8d0de168
commit
07a9ceef77
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user