summaryrefslogtreecommitdiff
path: root/sys-kernel/linux/files
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-03-28 17:08:05 +0200
committerKarel Kočí <cynerd@email.cz>2018-03-28 17:08:05 +0200
commitac5b9d49381eb5454c77ccca990def611e5a5d17 (patch)
tree39001a9dd454f9632371bab6132e316eaf161ec8 /sys-kernel/linux/files
parent23f13573932c264f15e3843ad8176bb79565a916 (diff)
downloadgentoo-personal-overlay-ac5b9d49381eb5454c77ccca990def611e5a5d17.tar.gz
gentoo-personal-overlay-ac5b9d49381eb5454c77ccca990def611e5a5d17.tar.bz2
gentoo-personal-overlay-ac5b9d49381eb5454c77ccca990def611e5a5d17.zip
linux: On intel disable amdgpu
I have no machine with intel cpu and amd graphics.
Diffstat (limited to 'sys-kernel/linux/files')
-rw-r--r--sys-kernel/linux/files/intel.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-kernel/linux/files/intel.config b/sys-kernel/linux/files/intel.config
index b8c2f0e..40c5b61 100644
--- a/sys-kernel/linux/files/intel.config
+++ b/sys-kernel/linux/files/intel.config
@@ -7,3 +7,6 @@ CONFIG_DRM_I915=y
# VFIO (gpu passtrough)
CONFIG_VFIO=y
CONFIG_VFIO_PCI=y
+
+# Disable AMD GPU
+CONFIG_DRM_AMDGPU=n