diff options
| author | Dave Airlie <[email protected]> | 2017-09-28 08:37:34 +1000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-09-28 16:03:23 -0400 |
| commit | fdd495c57b87078dbcbbc07fa6bf93b5605a95ff (patch) | |
| tree | 0de3df98e98090ba3227d2a52f759ee43701c3db | |
| parent | 35161bbc135a748dd0a3c822030b3341cdefbd33 (diff) | |
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 <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -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. |