|
@@ -84,6 +84,8 @@ endchoice
|
|
config BR2_PACKAGE_XENOMAI_ENABLE_SMP
|
|
config BR2_PACKAGE_XENOMAI_ENABLE_SMP
|
|
bool "Enable SMP support"
|
|
bool "Enable SMP support"
|
|
default y
|
|
default y
|
|
|
|
+ # SMP not supported below armv6
|
|
|
|
+ depends on !BR2_ARM_CPU_ARMV4 && !BR2_ARM_CPU_ARMV5
|
|
help
|
|
help
|
|
This option enables SMP support in Xenomai userspace.
|
|
This option enables SMP support in Xenomai userspace.
|
|
|
|
|