summaryrefslogtreecommitdiff
path: root/sys-kernel/linux/files/intel.config
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-03-25 21:42:41 +0200
committerKarel Kočí <cynerd@email.cz>2018-03-25 21:42:41 +0200
commitcc482421612132d3561ea7bf7407535358c8984c (patch)
tree0f6063c3f492bf6bd680324eadd851c2c90247f8 /sys-kernel/linux/files/intel.config
parentaa2b5583aae3e9f7873b10485de1e051748ce5f6 (diff)
downloadgentoo-personal-overlay-cc482421612132d3561ea7bf7407535358c8984c.tar.gz
gentoo-personal-overlay-cc482421612132d3561ea7bf7407535358c8984c.tar.bz2
gentoo-personal-overlay-cc482421612132d3561ea7bf7407535358c8984c.zip
linux: allow chaining configurations
Diffstat (limited to 'sys-kernel/linux/files/intel.config')
-rw-r--r--sys-kernel/linux/files/intel.config9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys-kernel/linux/files/intel.config b/sys-kernel/linux/files/intel.config
new file mode 100644
index 0000000..b8c2f0e
--- /dev/null
+++ b/sys-kernel/linux/files/intel.config
@@ -0,0 +1,9 @@
+# Intel i915 driver (video)
+CONFIG_AGP=y
+CONFIG_AGP_INTEL=y
+CONFIG_DRM=y
+CONFIG_DRM_I915=y
+
+# VFIO (gpu passtrough)
+CONFIG_VFIO=y
+CONFIG_VFIO_PCI=y