Commit fdd495c5 authored by Dave Airlie's avatar Dave Airlie Committed by Alex Deucher

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: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 35161bbc
...@@ -4,7 +4,8 @@ menu "AMD Library routines" ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment