diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2021-08-18 15:41:11 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-08-19 01:26:10 +0300 |
commit | 36a7aee027bcc55f92370903682487c8a2e30ace (patch) | |
tree | dc113438c4ced6d54a66620cbec2e9fce836a6e7 /drivers/gpu/drm/Kconfig | |
parent | c94126c4aa4886b2be45f9d22cb9aff90a170179 (diff) | |
download | linux-36a7aee027bcc55f92370903682487c8a2e30ace.tar.xz |
drm: amdgpu: remove obsolete reference to config CHASH
Commit 04ed8459f334 ("drm/amdgpu: remove chash") removes the chash
architecture and its corresponding config CHASH.
There is still a reference to CHASH in the config DRM_AMDGPU in
./drivers/gpu/drm/Kconfig.
Remove this obsolete reference to config CHASH.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 0d372354c2d0..cea777ae7fb9 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -256,7 +256,6 @@ config DRM_AMDGPU select HWMON select BACKLIGHT_CLASS_DEVICE select INTERVAL_TREE - select CHASH help Choose this option if you have a recent AMD Radeon graphics card. |