Skip to content

Commit 0252285

Browse files
committed
tools: labs: Use yes instead of module in config
1 parent f9ef812 commit 0252285

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/labs/qemu/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ TEMPDIR := $(shell mktemp -u)
4040
$(KCONFIG): qemu/kernel_config.x86
4141
cp $^ $@
4242
$(MAKE) -C $(KDIR) olddefconfig
43+
$(MAKE) -C $(KDIR) mod2yesconfig
4344

4445
zImage: $(ZIMAGE)
4546

tools/labs/qemu/kernel_config.x86

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CONFIG_DEVTMPFS=y
3232
CONFIG_BLK_DEV_LOOP=y
3333
CONFIG_VIRTIO_BLK=y
3434
CONFIG_NETDEVICES=y
35-
CONFIG_NETCONSOLE=m
35+
CONFIG_NETCONSOLE=y
3636
CONFIG_VIRTIO_NET=y
3737
CONFIG_VIRTIO_CONSOLE=y
3838
# CONFIG_HW_RANDOM is not set

0 commit comments

Comments
 (0)