summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig.nvgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig.nvgpu')
-rw-r--r--drivers/gpu/nvgpu/Kconfig.nvgpu3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig.nvgpu b/drivers/gpu/nvgpu/Kconfig.nvgpu
index 73904a94..2a922ba2 100644
--- a/drivers/gpu/nvgpu/Kconfig.nvgpu
+++ b/drivers/gpu/nvgpu/Kconfig.nvgpu
@@ -104,6 +104,7 @@ config TEGRA_ACR
104 104
105config TEGRA_USE_NA_GPCPLL 105config TEGRA_USE_NA_GPCPLL
106 bool "Enable noise aware mode of GM20B GPCPLL on Tegra" 106 bool "Enable noise aware mode of GM20B GPCPLL on Tegra"
107 depends on GK20A
107 depends on COMMON_CLK 108 depends on COMMON_CLK
108 default n 109 default n
109 help 110 help
@@ -121,7 +122,7 @@ config GK20A_PCI
121 122
122config GK20A_TRACE_PRINTK 123config GK20A_TRACE_PRINTK
123 bool "Support trace_printk debugging" 124 bool "Support trace_printk debugging"
124 depends on CONFIG_FTRACE_PRINTK 125 depends on GK20A && FTRACE_PRINTK
125 default n 126 default n
126 help 127 help
127 Enable nvgpu debug facility to redirect debug spew to ftrace. This 128 Enable nvgpu debug facility to redirect debug spew to ftrace. This