summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-05-29 22:20:10 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-06-05 12:47:15 +0200
commit5ff914cc700b2b4c9dd73e34408101794822495c (patch)
tree419e0603a7d43519c755e7fbdb4e699b16300825 /configs
parent22ae0f688862cae6880628efd846e2fe95957c9f (diff)
downloadDistroKit-5ff914cc700b2b4c9dd73e34408101794822495c.tar.gz
DistroKit-5ff914cc700b2b4c9dd73e34408101794822495c.tar.xz
platform-v7a: kernel: re-activate virtio support
This got lost in commit 5dc9701fe9ec ("platform-v7a: kernel version bump 4.15 -> 4.16"), and resulted in a qemu system no longer able to mount external 9p devices: $ ./configs/platform-v7a/run 9p [...] [ 1.799073] 9pnet_virtio: no channels available for device /dev/root [ 1.800620] VFS: Cannot open root device "root" or unknown-block(0,0): error -2 [ 1.802147] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Fixes: 5dc9701fe9ec ("platform-v7a: kernel version bump 4.15 -> 4.16") Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/kernelconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 8e6aeaf..438d1c6 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -2532,7 +2532,11 @@ CONFIG_TI_EDMA=y
# CONFIG_UIO is not set
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO=y
-# CONFIG_VIRTIO_MENU is not set
+CONFIG_VIRTIO_MENU=y
+# CONFIG_VIRTIO_BALLOON is not set
+# CONFIG_VIRTIO_INPUT is not set
+CONFIG_VIRTIO_MMIO=y
+# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
#
# Microsoft Hyper-V guest support