diff --git a/debian/changelog b/debian/changelog index dd0b3905b..95b248bee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -136,6 +136,7 @@ linux (4.13.13-1) UNRELEASED; urgency=medium (Closes: #881931) * [powerpc*/*64*] drm: Enable DRM_AMDGPU as module (Closes: #881593) * amdgpu: Enable DRM_AMDGPU_USERPTR on all architectures + * amdgpu: Enable DRM_AMDGPU_SI, CONFIG_DRM_AMDGPU_CIK (Closes: #847570) * [arm64,x86] net/wireless: Enable RTL8723BS as module (Closes: #881568) * [arm64] nvmem: Enable NVMEM_SUNXI_SID as module (Closes: #881567) * [x86] rmi4: Disable RMI4_SMB (Closes: #880471) diff --git a/debian/config/config b/debian/config/config index 46907165e..9715535b9 100644 --- a/debian/config/config +++ b/debian/config/config @@ -615,8 +615,8 @@ CONFIG_DRM_SAVAGE=m ## ## file: drivers/gpu/drm/amd/amdgpu/Kconfig ## -# CONFIG_DRM_AMDGPU_SI is not set -# CONFIG_DRM_AMDGPU_CIK is not set +CONFIG_DRM_AMDGPU_SI=y +CONFIG_DRM_AMDGPU_CIK=y CONFIG_DRM_AMDGPU_USERPTR=y # CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set