From 5c54a9b2cb8650c680757177937cb87c06ca9014 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sat, 3 Aug 2024 02:47:37 +0200 Subject: [PATCH] Mark PCI_HOST_GENERIC as optional It is only available on ARM and RISC-V. --- base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.nix b/base.nix index 5d785b0..99eab1a 100644 --- a/base.nix +++ b/base.nix @@ -186,7 +186,7 @@ PCI = yes; PCI_MSI = yes; - PCI_HOST_GENERIC = yes; + PCI_HOST_GENERIC = option yes; PCIE_BUS_PERFORMANCE = option yes; DEVTMPFS = yes;