summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2017-06-27 07:23:48 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-29 16:30:11 -0400
commite648ea1e0b659df19a8dd2fe3407cee311b8cf87 (patch)
treec3a38cd456f8e58eb770d53288422e801fff26d4 /drivers
parent268721975c6c72418e2282126e7f594f62e6e118 (diff)
gpu: nvgpu: depend on gk20a for all configs
Depend on the main GK20A config for all subitems so that they get grouped properly under the top level item in the menuconfig. Also remove an extraneous CONFIG_ to make the trace printk config visible in the menu when its deps are there. Change-Id: I03ee5b8dff9ad02342ab31d0faad9549e8352059 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master/r/1509333 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers')
-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