linux: set CONFIG_DRM_VMWGFX_FBCON y

Fixes https://github.com/NixOS/nixpkgs/issues/58070, and brings NixOS
into line with Ubuntu/Fedora/Arch/etc.

Tested that all kernels in Nixpkgs that build before this change build
after it.
This commit is contained in:
Alyssa Ross 2019-05-02 10:05:42 +00:00
parent 3567b1390f
commit 58d0134da0
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -184,6 +184,7 @@ let
VGA_SWITCHEROO = yes; # Hybrid graphics support
DRM_GMA600 = yes;
DRM_GMA3600 = yes;
DRM_VMWGFX_FBCON = yes;
# necessary for amdgpu polaris support
DRM_AMD_POWERPLAY = whenBetween "4.5" "4.9" yes;
# (experimental) amdgpu support for verde and newer chipsets