dashboard
repositories
activity
search
login
ljy
/
RK3588_XEN
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
enable sata
hc
2024-08-14
93e8ba98c407598d13d8ade71bc7802acfb19c58
[~ljy/RK3588_XEN.git]
/
buildroot
/
board
/
qemu
/
ppc64-e5500
/
linux.fragment
1
2
3
4
5
6
7
8
9
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