From: Dave Airlie Date: Wed, 27 Sep 2017 22:37:34 +0000 (+1000) Subject: amdgpu: don't ask about CHASH just default it for now. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fdd495c57b87078dbcbbc07fa6bf93b5605a95ff;p=linux.git 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 Signed-off-by: Dave Airlie Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/lib/Kconfig b/drivers/gpu/drm/amd/lib/Kconfig index 03ee7ad21ac3f..776ef3434c10f 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.