lib/systems/platforms: Drop powernv extraConfig

Settings are covered by ppc64 changes in common-config.
This commit is contained in:
OPNA2608
2026-01-22 15:41:33 +01:00
parent 99bf69cd04
commit 2a6945e553
-10
View File
@@ -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
'';
};
};