Skip to content

Commit

Permalink
linux-4.9.68: Add CONFIG_DRM_NOUVEAU
Browse files Browse the repository at this point in the history
As requested by Thomas:

  Add CONFIG_DRM_NOUVEAU=m
  Change CONFIG_DRM=y to CONFIG_DRM=m

Because CONFIG_DRM_NOUVEAU activates CONFIG_FB, we make that
a module, too.
  • Loading branch information
donald committed Dec 14, 2017
1 parent 30389f1 commit da0c66a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion linux-4.9.68-193.bee
Original file line number Diff line number Diff line change
Expand Up @@ -637,12 +637,14 @@ mee_configure() {
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=m
CONFIG_DRM=y
CONFIG_DRM=m
CONFIG_DRM_AMDGPU=m
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU_USERPTR=y
CONFIG_DRM_NOUVEAU=m
CONFIG_DRM_I915=m
CONFIG_FB=m
CONFIG_FB_VESA=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
Expand Down

0 comments on commit da0c66a

Please sign in to comment.