From 1c7c1bc1a46bf9f885b6ae442fbf82a74bb4837f Mon Sep 17 00:00:00 2001 From: mglae Date: Sat, 21 Sep 2024 11:20:08 +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 dffaca0020..4368b20889 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -1659,7 +1659,7 @@ CONFIG_VGA_ARB_MAX_GPUS=16 # # PCI controller drivers # -# CONFIG_VMD is not set +CONFIG_VMD=y # # Cadence-based PCIe controllers