From 7281740c2ec9d093d3ff8917de2a49c63850cb16 Mon Sep 17 00:00:00 2001 From: Michal Rus Date: Fri, 5 Aug 2016 00:14:12 +0200 Subject: [PATCH] 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 --- pkgs/os-specific/linux/kernel/common-config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index aebf3376e8b..8c8ddb03d6f 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