From 2bd0640f0037585c431d58b233e545e6db94e0d8 Mon Sep 17 00:00:00 2001 From: mglae Date: Mon, 7 Oct 2024 19:50:40 +0200 Subject: [PATCH] kernel config: Generic: add Intel Volume Management Device Driver Part of current Intel Chip Sets e.g. Alder Lake. Used for NVMEs Konfig help: Adds support for the Intel Volume Management Device (VMD). VMD is a secondary PCI host bridge that allows PCI Express root ports, and devices attached to them, to be removed from the default PCI domain and placed within the VMD domain. This provides more bus resources than are otherwise possible with a single domain. --- projects/Generic/linux/linux.x86_64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index c6359e5123..5587ad2c51 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -1657,7 +1657,7 @@ CONFIG_VGA_ARB_MAX_GPUS=16 # # PCI controller drivers # -# CONFIG_VMD is not set +CONFIG_VMD=y # # Cadence-based PCIe controllers