summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig')
-rw-r--r--drivers/gpu/nvgpu/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index 315c4683..b863077a 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -12,6 +12,14 @@ config GK20A_DEFAULT_TIMEOUT
12 help 12 help
13 Default timeout for jobs in milliseconds. Set to zero for no timeout. 13 Default timeout for jobs in milliseconds. Set to zero for no timeout.
14 14
15config GK20A_CDE
16 depends on GK20A
17 bool "Support compression bit switzzling through CDE"
18 default n
19 help
20 Say Y to allow compression bit swizzling
21 using pre-compiled shader.
22
15config GK20A_PMU 23config GK20A_PMU
16 bool "Support GK20A PMU" 24 bool "Support GK20A PMU"
17 depends on GK20A 25 depends on GK20A