mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
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>
This commit is contained in:
committed by
mobile promotions
parent
268721975c
commit
e648ea1e0b
@@ -104,6 +104,7 @@ config TEGRA_ACR
|
||||
|
||||
config TEGRA_USE_NA_GPCPLL
|
||||
bool "Enable noise aware mode of GM20B GPCPLL on Tegra"
|
||||
depends on GK20A
|
||||
depends on COMMON_CLK
|
||||
default n
|
||||
help
|
||||
@@ -121,7 +122,7 @@ config GK20A_PCI
|
||||
|
||||
config GK20A_TRACE_PRINTK
|
||||
bool "Support trace_printk debugging"
|
||||
depends on CONFIG_FTRACE_PRINTK
|
||||
depends on GK20A && FTRACE_PRINTK
|
||||
default n
|
||||
help
|
||||
Enable nvgpu debug facility to redirect debug spew to ftrace. This
|
||||
|
||||
Reference in New Issue
Block a user