From cc482421612132d3561ea7bf7407535358c8984c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 25 Mar 2018 21:42:41 +0200 Subject: linux: allow chaining configurations --- sys-kernel/linux/files/intel.config | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys-kernel/linux/files/intel.config (limited to 'sys-kernel/linux/files/intel.config') 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 -- cgit v1.2.3