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>
This commit is contained in:
parent
78c2a9f763
commit
2577484da9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user