Skip to content

Commit f88ed6e

Browse files
committed
chore(virtio-mem): build CONFIG_VIRTIO_MEM in guest kernels
Update the Kconfig to enable support for virtio-mem in the guest. Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 6b6aad2 commit f88ed6e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resources/guest_configs/ci.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ CONFIG_SERIO_I8042=y
1111
CONFIG_SERIO_LIBPS2=y
1212
CONFIG_SERIO_GSCPS2=y
1313
CONFIG_KEYBOARD_ATKBD=y
14-
CONFIG_INPUT_KEYBOARD=y
14+
CONFIG_INPUT_KEYBOARD=y
15+
16+
# virtio-mem support
17+
CONFIG_STRICT_DEVMEM=y
18+
CONFIG_VIRTIO_MEM=y

0 commit comments

Comments
 (0)