mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-07-17 00:27:54 +00:00
The kernel config is derived from 5.6.x by running it through make oldconfig. For x86_64 changed manually: - CONFIG_VIRTIO_MEM=m -> y - CONFIG_PLDMFW=y -> not set For aarch64 changed manually: - CONFIG_SMSC_PHY=m -> not set - CONFIG_PLDMFW=y -> not set No adjustment to s390x config Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
See ../docs/kernels.md for more information on kernel builds.