Skip to content

Commit 85b7d63

Browse files
committed
chore: update microvm kernel Kconfigs
Update the Kconfig files to be those of the 6.1.167 and 5.10.252 microvm kernel releases. As part of this, Drop Kconfig patches for PCI, vmclock, virtio-mem and virtio-pmem, since the latest microvm kernel config already enables the required options. Signed-off-by: James Curtis <[email protected]>
1 parent 9bfc265 commit 85b7d63

11 files changed

Lines changed: 1562 additions & 149 deletions

resources/guest_configs/ci.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ CONFIG_MSDOS_PARTITION=y
44
CONFIG_SQUASHFS_ZSTD=y
55
# aarch64 only TBD split into a separate file
66
CONFIG_DEVMEM=y
7+
CONFIG_STRICT_DEVMEM=y
78
# CONFIG_ARM64_ERRATUM_3194386 is not set
89
# Needed for CTRL+ALT+DEL support
910
CONFIG_SERIO=y
1011
CONFIG_SERIO_I8042=y
1112
CONFIG_SERIO_LIBPS2=y
1213
CONFIG_SERIO_GSCPS2=y
1314
CONFIG_KEYBOARD_ATKBD=y
14-
CONFIG_INPUT_KEYBOARD=y
15+
CONFIG_INPUT_KEYBOARD=y

0 commit comments

Comments
 (0)