xref: /OK3568_Linux_fs/buildroot/board/qemu/ppc-e500mc/linux.fragment (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Enables generic PPC e500 base arch support for QEMU.
2*4882a593Smuzhiyun# The e500mc is a variant of the e500 arch.
3*4882a593SmuzhiyunCONFIG_PPC_QEMU_E500=y
4*4882a593Smuzhiyun
5*4882a593Smuzhiyun# Enable virtio (blk, rng and net devices)
6*4882a593SmuzhiyunCONFIG_VIRTIO=y
7*4882a593SmuzhiyunCONFIG_VIRTIO_PCI=y
8*4882a593SmuzhiyunCONFIG_HW_RANDOM_VIRTIO=y
9*4882a593SmuzhiyunCONFIG_VIRTIO_BLK=y
10*4882a593SmuzhiyunCONFIG_VIRTIO_NET=y
11