From 288cc2007b1c3d60163176a1706024b9ee152393 Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Fri, 17 Sep 2021 18:29:42 -0700 Subject: lib/systems: update powernv kernel config PowerNV was looking for a nonexisting zImage file. Remove unnecessary .file / .installTarget. Also add config options needed for default minimal NixOS config and QEMU VirtIO/VirtFS devices. --- lib/systems/platforms.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/systems') diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix index 2a5f630c3de..b2a8dbedef4 100644 --- a/lib/systems/platforms.nix +++ b/lib/systems/platforms.nix @@ -20,15 +20,17 @@ rec { name = "PowerNV"; baseConfig = "powernv_defconfig"; - target = "zImage"; - installTarget = "install"; - file = "vmlinux"; + target = "vmlinux"; autoModules = true; # avoid driver/FS trouble arising from unusual page size extraConfig = '' PPC_64K_PAGES n PPC_4K_PAGES y IPV6 y + + ATA_BMDMA y + ATA_SFF y + VIRTIO_MENU y ''; }; }; -- cgit 1.4.1