drm/amdgpu: fix license on Kconfig and Makefiles
amdgpu is MIT licensed.
Fixes: ec8f24b7fa
("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>
This commit is contained in:
parent
93b09a9a89
commit
ad808910be
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: MIT
|
||||||
menu "ACP (Audio CoProcessor) Configuration"
|
menu "ACP (Audio CoProcessor) Configuration"
|
||||||
|
|
||||||
config DRM_AMD_ACP
|
config DRM_AMD_ACP
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: MIT
|
||||||
config DRM_AMDGPU_SI
|
config DRM_AMDGPU_SI
|
||||||
bool "Enable amdgpu support for SI parts"
|
bool "Enable amdgpu support for SI parts"
|
||||||
depends on DRM_AMDGPU
|
depends on DRM_AMDGPU
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: MIT
|
||||||
#
|
#
|
||||||
# Heterogenous system architecture configuration
|
# Heterogenous system architecture configuration
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: MIT
|
||||||
menu "Display Engine Configuration"
|
menu "Display Engine Configuration"
|
||||||
depends on DRM && DRM_AMDGPU
|
depends on DRM && DRM_AMDGPU
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
#
|
#
|
||||||
# Makefile for DCN.
|
# Makefile for DCN.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
#
|
#
|
||||||
# Makefile for DCN21.
|
# Makefile for DCN21.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
#
|
#
|
||||||
# Makefile for the 'dsc' sub-component of DAL.
|
# Makefile for the 'dsc' sub-component of DAL.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue