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:
Michal Rus 2016-08-05 00:14:12 +02:00 committed by Joachim Fasting
parent 7599964915
commit 7281740c2e
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -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