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

When CONFIG_DRM_NOUVEAU ist set, CONFIG_FB_VESA is implied.

Note, that nvidia_drm.ko requires the modules drm and drm_kms_helper.
Because we select differenct nvidia modules depending on the graphics
card found at boot time, we don't have that dependeny in modules.dep and
need to explicitly load the drm modules for nvidia.
  • Loading branch information
donald committed Dec 15, 2017
1 parent 6969088 commit 06e2b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux-4.9.68-193.bee
Original file line number Diff line number Diff line change
Expand Up @@ -637,13 +637,13 @@ 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_VESA=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256
Expand Down

0 comments on commit 06e2b39

Please sign in to comment.