diff options
Diffstat (limited to 'package/xenomai')
-rw-r--r-- | package/xenomai/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/xenomai/Config.in b/package/xenomai/Config.in index 767f6229d..f9de36bf2 100644 --- a/package/xenomai/Config.in +++ b/package/xenomai/Config.in @@ -1,5 +1,9 @@ +comment "xenomai requires thread support in toolchain" + depends on !BR2_TOOLCHAIN_HAS_THREADS + config BR2_PACKAGE_XENOMAI bool "Xenomai Userspace" + depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_i386 || BR2_x86_64 || BR2_arm || \ BR2_bfin || BR2_powerpc || BR2_sh4 help |