drm/amdgpu: Clarify asics naming in Kconfig options
authorAndré Almeida <andrealmeid@igalia.com>
Thu, 14 Jul 2022 13:49:50 +0000 (10:49 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Jul 2022 20:42:39 +0000 (16:42 -0400)
Clarify which architecture those asics acronyms refers to.

Signed-off-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Kconfig

index 74a8105fd2c0309464352285d67340dc372791fb..7777d55275de829d97e9a0f2fa90d322eaf7d5ca 100644 (file)
@@ -4,7 +4,7 @@ config DRM_AMDGPU_SI
        depends on DRM_AMDGPU
        help
          Choose this option if you want to enable experimental support
-         for SI asics.
+         for SI (Southern Islands) asics.
 
          SI is already supported in radeon. Experimental support for SI
          in amdgpu will be disabled by default and is still provided by
@@ -16,7 +16,8 @@ config DRM_AMDGPU_CIK
        bool "Enable amdgpu support for CIK parts"
        depends on DRM_AMDGPU
        help
-         Choose this option if you want to enable support for CIK asics.
+         Choose this option if you want to enable support for CIK (Sea
+         Islands) asics.
 
          CIK is already supported in radeon. Support for CIK in amdgpu
          will be disabled by default and is still provided by radeon.