package/kvm-unit-test: available for big.LITTLE arm cores too
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 9 Jul 2017 09:30:01 +0000 (11:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 22 Jul 2017 21:29:41 +0000 (23:29 +0200)
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>
package/kvm-unit-tests/Config.in

index 5c1c04b25e6d7e59f377243e3be1d3070f6b8ce0..8b172c3f2168177239dc637b2fa0d6f7b62ac61c 100644 (file)
@@ -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