88c1cb10b6
This adds a 32-bit equivalent configuration of ppc64-e5500 board. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
# Enables generic PPC e500 base arch support for QEMU.
|
|
# The e500mc 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
|