瀏覽代碼

xenomai: disallow SMP option on !SMP ARM variants

Fixes http://autobuild.buildroot.net/results/51bf35ed7a6224db7cdb157af4d030a787ef9159

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 13 年之前
父節點
當前提交
3dfd5f4040
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/xenomai/Config.in

+ 1 - 0
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.