about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMichal Rus <m@michalrus.com>2016-08-05 00:14:12 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-08-05 19:07:40 +0200
commit7281740c2ec9d093d3ff8917de2a49c63850cb16 (patch)
treecdb1ab0c89007f5bd6f7c750f4675f259d007e74 /pkgs/os-specific
parent7599964915fe487538d70653e25218a30f404007 (diff)
downloadnixlib-7281740c2ec9d093d3ff8917de2a49c63850cb16.tar
nixlib-7281740c2ec9d093d3ff8917de2a49c63850cb16.tar.gz
nixlib-7281740c2ec9d093d3ff8917de2a49c63850cb16.tar.bz2
nixlib-7281740c2ec9d093d3ff8917de2a49c63850cb16.tar.lz
nixlib-7281740c2ec9d093d3ff8917de2a49c63850cb16.tar.xz
nixlib-7281740c2ec9d093d3ff8917de2a49c63850cb16.tar.zst
nixlib-7281740c2ec9d093d3ff8917de2a49c63850cb16.zip
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
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index aebf3376e8b3..8c8ddb03d6fa 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -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