From 2577484da9859f25c3baa15a84bd0a60306931db Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 9 Jul 2017 11:30:01 +0200 Subject: [PATCH] package/kvm-unit-test: available for big.LITTLE arm cores too Since it supports each variants individually, it should also supports the big.LITTLE configurations. Signed-off-by: "Yann E. MORIN" Cc: Cyril Bur Cc: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- package/kvm-unit-tests/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kvm-unit-tests/Config.in b/package/kvm-unit-tests/Config.in index 5c1c04b25e..8b172c3f21 100644 --- a/package/kvm-unit-tests/Config.in +++ b/package/kvm-unit-tests/Config.in @@ -2,7 +2,8 @@ config BR2_PACKAGE_KVM_UNIT_TESTS_ARCH_SUPPORTS bool # On ARM, it uses virtualization extensions default y if BR2_cortex_a7 || BR2_cortex_a12 || \ - BR2_cortex_a15 || BR2_cortex_a17 + BR2_cortex_a15 || BR2_cortex_a15_a7 \ + BR2_cortex_a17 || BR2_cortex_a17_a7 default y if BR2_i386 || BR2_x86_64 default y if BR2_powerpc64 || BR2_powerpc64le -- 2.30.2