summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2016-06-15 15:22:03 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-06-16 11:17:41 -0400
commit12661e4a48db6588a3f61a5729aff1eec7a9d17c (patch)
tree196f11708527a38367263b5c48a80479fc3d7ba9 /drivers/gpu
parent7bd2329ab83735a2d2bbac16a575c311e9c33e03 (diff)
gpu: nvgpu: fix nbsp in Kconfig
Replace an accidental non-breaking space character with a normal space, fixing the "ignoring unsupported character" build warning. Change-Id: Ib3faca8489f083bb0027a8cfea82b256221b4e43 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: http://git-master/r/1165134 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/nvgpu/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index 6f3a1f8f..4c1cdf00 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -66,7 +66,7 @@ config GK20A_CTXSW_TRACE
66 66
67config TEGRA_GK20A 67config TEGRA_GK20A
68 bool "Enable the GK20A GPU on Tegra" 68 bool "Enable the GK20A GPU on Tegra"
69 depends on TEGRA_GRHOST || TEGRA_HOST1X 69 depends on TEGRA_GRHOST || TEGRA_HOST1X
70 depends on GK20A 70 depends on GK20A
71 default y 71 default y
72 help 72 help