armvirt: enable the USB feature flag
USB devices can be passed through from the host to the guest Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
627b0d3559
commit
0d44f0cbbc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
ARCH:=arm
|
||||
BOARD:=armvirt
|
||||
BOARDNAME:=QEMU ARM Virtual Machine
|
||||
FEATURES:=fpu pci rtc
|
||||
FEATURES:=fpu pci rtc usb
|
||||
FEATURES+=cpiogz ext4 ramdisk squashfs targz
|
||||
CPU_TYPE:=cortex-a15
|
||||
CPU_SUBTYPE:=neon-vfpv4
|
||||
|
|
Loading…
Reference in a new issue