[x86] drm: Enable DRM_AMDGPU as module

This commit is contained in:
Ben Hutchings 2015-10-16 03:07:28 +01:00
parent 6dd6bf4bb2
commit a73815e36d
2 changed files with 11 additions and 0 deletions

4
debian/changelog vendored
View File

@ -1,9 +1,13 @@
linux (4.2.3-3) UNRELEASED; urgency=medium
[ Salvatore Bonaccorso ]
* KEYS: Fix race between key destruction and finding a keyring by name
* KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring
* KEYS: Don't permit request_key() to construct a new keyring
[ Ben Hutchings ]
* [x86] drm: Enable DRM_AMDGPU as module
-- Salvatore Bonaccorso <carnil@debian.org> Mon, 19 Oct 2015 21:23:18 +0200
linux (4.2.3-2) unstable; urgency=medium

View File

@ -471,10 +471,17 @@ CONFIG_DRM=m
CONFIG_DRM_TDFX=m
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
CONFIG_DRM_AMDGPU=m
# CONFIG_DRM_I810 is not set
CONFIG_DRM_MGA=m
CONFIG_DRM_SIS=m
##
## file: drivers/gpu/drm/amd/amdgpu/Kconfig
##
# CONFIG_DRM_AMDGPU_CIK is not set
CONFIG_DRM_AMDGPU_USERPTR=y
##
## file: drivers/gpu/drm/ast/Kconfig
##