Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
donald committed Dec 15, 2017
1 parent c479839 commit 2396d9e
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
@@ -681,13 +681,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

0 comments on commit 2396d9e

Please sign in to comment.