summaryrefslogtreecommitdiff
path: root/configs/qemu-ppce500_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-02-25 17:22:46 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2021-03-05 10:25:43 +0530
commit46c9b595369170bc011e56dfb0c26d834f3e5e60 (patch)
treee3075ccde5d684442e296f8eb04bc1890aaa2cb9 /configs/qemu-ppce500_defconfig
parent05173eca33510b76629fd2c87c969c8db619bb73 (diff)
ppc: qemu: Enable VirtIO NET support
By default the QEMU ppce500 machine connects a VirtIO NET to the PCI controller, although it can be replaced to an e1000 NIC via additional command line options. Now that we have switched over to DM PCI, VirtIO support becomes possible. This commit enables the support. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/qemu-ppce500_defconfig')
-rw-r--r--configs/qemu-ppce500_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/qemu-ppce500_defconfig b/configs/qemu-ppce500_defconfig
index 918739b615..202e97e8ec 100644
--- a/configs/qemu-ppce500_defconfig
+++ b/configs/qemu-ppce500_defconfig
@@ -33,5 +33,7 @@ CONFIG_DM_PCI=y
CONFIG_PCI_MPC85XX=y
CONFIG_DM_SERIAL=y
CONFIG_SYS_NS16550=y
+CONFIG_VIRTIO_PCI=y
+CONFIG_VIRTIO_NET=y
CONFIG_ADDR_MAP=y
CONFIG_PANIC_HANG=y