diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2019-12-11 10:09:03 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-12-11 15:22:08 -0500 |
commit | ad808910be68dcf8da5d837d4511d00ad5d3678a (patch) | |
tree | fd59a28a9f9946f5fe1e6fa2b937730b6235fb7f /drivers/gpu/drm/amd/amdgpu | |
parent | 93b09a9a892ba07bd99132d9bb6318e31c7f2f79 (diff) | |
download | kernel_replicant_linux-ad808910be68dcf8da5d837d4511d00ad5d3678a.tar.gz kernel_replicant_linux-ad808910be68dcf8da5d837d4511d00ad5d3678a.tar.bz2 kernel_replicant_linux-ad808910be68dcf8da5d837d4511d00ad5d3678a.zip |
drm/amdgpu: fix license on Kconfig and Makefiles
amdgpu is MIT licensed.
Fixes: ec8f24b7faaf3d ("treewide: Add SPDX license identifier - Makefile/Kconfig")
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig b/drivers/gpu/drm/amd/amdgpu/Kconfig index 2e98c016cb47..9375e7f12420 100644 --- a/drivers/gpu/drm/amd/amdgpu/Kconfig +++ b/drivers/gpu/drm/amd/amdgpu/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: MIT config DRM_AMDGPU_SI bool "Enable amdgpu support for SI parts" depends on DRM_AMDGPU |