mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
linux: enable DRM_GMA600 and DRM_GMA3600
Adds basic support for Intel GMA3600/3650 (Intel Cedar Trail) platforms and support for GMA600 (Intel Moorestown/Oaktrail) platforms with LVDS ports via the gma500_gfx module. Resolves #14727 Closes #17519
This commit is contained in:
parent
7599964915
commit
7281740c2e
@ -179,6 +179,8 @@ with stdenv.lib;
|
||||
# Allow specifying custom EDID on the kernel command line
|
||||
DRM_LOAD_EDID_FIRMWARE y
|
||||
VGA_SWITCHEROO y # Hybrid graphics support
|
||||
DRM_GMA600 y
|
||||
DRM_GMA3600 y
|
||||
|
||||
# Sound.
|
||||
SND_DYNAMIC_MINORS y
|
||||
|
Loading…
Reference in New Issue
Block a user