Browse Source

amdgpu: don't ask about CHASH just default it for now.

If we bump this up a level, we can ask about it, for now,
just default to what amdgpu does.

Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Dave Airlie 7 years ago
parent
commit
fdd495c57b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/gpu/drm/amd/lib/Kconfig

+ 2 - 1
drivers/gpu/drm/amd/lib/Kconfig

@@ -4,7 +4,8 @@ menu "AMD Library routines"
 # Closed hash table
 # Closed hash table
 #
 #
 config CHASH
 config CHASH
-	tristate "Closed hash table"
+	tristate
+	default DRM_AMDGPU
 	help
 	help
 	 Statically sized closed hash table implementation with low
 	 Statically sized closed hash table implementation with low
 	 memory and CPU overhead.
 	 memory and CPU overhead.