drm: Enable DRM_LEGACY

This is a new dependency (in 4.9) for DRM drivers that don't include KMS.
This commit is contained in:
Ben Hutchings 2017-01-11 04:15:25 +00:00
parent 9fa54aaa83
commit b5bf17149c
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -19,6 +19,8 @@ linux (4.9.2-1~exp1) UNRELEASED; urgency=medium
* SCSI: Enable SCSI_SMARTPQI as module
* target: Enable ISCSI_TARGET_CXGB4 as module
* cxgb4: Enable CHELSIO_T4_FCOE
* drm: Enable DRM_LEGACY; re-enable DRM_TDFX, DRM_R128, DRM_MGA, DRM_SIS,
DRM_VIA, DRM_SAVAGE as modules for some architectures
[ John Paul Adrian Glaubitz ]
* [sh3] Build a linux-libc-dev package (Closes: #850732)

View File

@ -572,6 +572,7 @@ CONFIG_GPIO_VIPERBOARD=m
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
CONFIG_DRM_VGEM=m
CONFIG_DRM_LEGACY=y
CONFIG_DRM_VIA=m
CONFIG_DRM_SAVAGE=m