]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - board/qemu/ppc64-e5500/linux.fragment
configs/qemu_ppc64_e5500: new defconfig
[coffee/buildroot.git] / board / qemu / ppc64-e5500 / linux.fragment
diff --git a/board/qemu/ppc64-e5500/linux.fragment b/board/qemu/ppc64-e5500/linux.fragment
new file mode 100644 (file)
index 0000000..071a55c
--- /dev/null
@@ -0,0 +1,10 @@
+# Enables generic PPC e500 base arch support for QEMU.
+# The e5500 is a variant of the e500 arch.
+CONFIG_PPC_QEMU_E500=y
+
+# Enable virtio (blk, rng and net devices)
+CONFIG_VIRTIO=y
+CONFIG_VIRTIO_PCI=y
+CONFIG_HW_RANDOM_VIRTIO=y
+CONFIG_VIRTIO_BLK=y
+CONFIG_VIRTIO_NET=y