diff options
author | Dave Airlie <airlied@redhat.com> | 2017-09-28 01:37:34 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-28 23:03:23 +0300 |
commit | fdd495c57b87078dbcbbc07fa6bf93b5605a95ff (patch) | |
tree | 0de3df98e98090ba3227d2a52f759ee43701c3db /drivers/gpu/drm/amd/lib | |
parent | 35161bbc135a748dd0a3c822030b3341cdefbd33 (diff) | |
download | linux-fdd495c57b87078dbcbbc07fa6bf93b5605a95ff.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/lib')
-rw-r--r-- | drivers/gpu/drm/amd/lib/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/lib/Kconfig b/drivers/gpu/drm/amd/lib/Kconfig index 03ee7ad21ac3..776ef3434c10 100644 --- a/drivers/gpu/drm/amd/lib/Kconfig +++ b/drivers/gpu/drm/amd/lib/Kconfig @@ -4,7 +4,8 @@ menu "AMD Library routines" # Closed hash table # config CHASH - tristate "Closed hash table" + tristate + default DRM_AMDGPU help Statically sized closed hash table implementation with low memory and CPU overhead. |