Commit
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
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. 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