From 2a6945e55370a8673e67e8a0221826503e282c31 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 7 Jan 2026 15:10:10 +0100 Subject: [PATCH] lib/systems/platforms: Drop powernv extraConfig Settings are covered by ppc64 changes in common-config. --- lib/systems/platforms.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix index 225ad16bfdc4..81baea4fdb76 100644 --- a/lib/systems/platforms.nix +++ b/lib/systems/platforms.nix @@ -33,16 +33,6 @@ rec { baseConfig = "powernv_defconfig"; 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 - ''; }; };