[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT PATCH RFCv4 20/35] build: Make KVM_PCI default enable on arm64
Signed-off-by: Jia He <justin.he@xxxxxxx> --- plat/kvm/Config.uk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/kvm/Config.uk b/plat/kvm/Config.uk index 9540feb..2ee737e 100644 --- a/plat/kvm/Config.uk +++ b/plat/kvm/Config.uk @@ -68,7 +68,7 @@ endmenu config KVM_PCI bool "PCI Bus Driver" default y - depends on (ARCH_X86_64) + depends on (ARCH_X86_64 || ARCH_ARM_64) select LIBUKBUS help PCI bus driver for probing and operating PCI devices -- 2.17.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |