Skip to content

Commit a57cdeb

Browse files
montjoiedavem330
authored andcommitted
sparc: sparc64_defconfig: add necessary configs for qemu
The sparc64 qemu machines uses sunhme network hardware by default, so for simple NFS boot testing using qemu, having CONFIG_HAPPYMEAL is useful. And so we need also IP_PNP_DHCP for NFS boot. For the same reason we need to enable its storage which is a PATA_CMD64. And finally, we need CONFIG_DEVTMPFS for handling recent udev/systemd. All those options will permit to enable boot testing in both kernelCI and gentoo's kernelCI. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 520615e commit a57cdeb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/sparc/configs/sparc64_defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,9 @@ CONFIG_CRYPTO_TWOFISH=m
235235
CONFIG_CRC16=m
236236
CONFIG_LIBCRC32C=m
237237
CONFIG_VCC=m
238+
CONFIG_ATA=y
239+
CONFIG_PATA_CMD64X=y
240+
CONFIG_HAPPYMEAL=y
241+
CONFIG_IP_PNP=y
242+
CONFIG_IP_PNP_DHCP=y
243+
CONFIG_DEVTMPFS=y

0 commit comments

Comments
 (0)