summaryrefslogtreecommitdiffstats
path: root/package/kvm-unit-tests
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-07-09 11:30:01 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-22 23:29:41 +0200
commit2577484da9859f25c3baa15a84bd0a60306931db (patch)
tree113e488a3f7a206183609a6846a1322a86da6229 /package/kvm-unit-tests
parent78c2a9f763de82746c9eb688d8e16400eb2c1730 (diff)
downloadbuildroot-2577484da9859f25c3baa15a84bd0a60306931db.tar.gz
buildroot-2577484da9859f25c3baa15a84bd0a60306931db.zip
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" <yann.morin.1998@free.fr> Cc: Cyril Bur <cyrilbur@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kvm-unit-tests')
-rw-r--r--package/kvm-unit-tests/Config.in3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud