diff --git a/package/xenomai/Config.in b/package/xenomai/Config.in index ecab23e6f0..b09472d206 100644 --- a/package/xenomai/Config.in +++ b/package/xenomai/Config.in @@ -41,6 +41,7 @@ config BR2_PACKAGE_XENOMAI_VERSION config BR2_PACKAGE_XENOMAI_SMP bool "Enable SMP support" + depends on BR2_cortex_a9 || !BR2_arm # only A9 has SMP support help This option allows to enable or disable SMP support. It has to match your kernel configuration.