Config.ext.in 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. menu "Linux Kernel Extensions"
  2. # Xenomai
  3. config BR2_LINUX_KERNEL_EXT_XENOMAI
  4. bool "Adeos/Xenomai Real-time patch"
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. depends on BR2_i386 || BR2_x86_64 || BR2_arm || \
  7. BR2_bfin || BR2_powerpc || BR2_sh4
  8. select BR2_PACKAGE_XENOMAI
  9. help
  10. Xenomai Kernel part.
  11. In the current version of Xenomai, the following kernel
  12. versions are supported: on Blackfin, 2.6.34 and 2.6.36.9, on
  13. SH4, 2.6.32.10, on x86, 2.6.35.9, 2.6.37.6, 2.6.38.8, on
  14. ARM, 2.6.35.9, 2.6.37.6, 2.6.38.8, on NIOS2, 2.6.35, on
  15. PowerPC, 2.6.35.7, 2.6.36.4, 3.0.8.
  16. comment "xenomai needs a toolchain w/ threads"
  17. depends on BR2_i386 || BR2_x86_64 || BR2_arm || \
  18. BR2_bfin || BR2_powerpc || BR2_sh4
  19. depends on !BR2_TOOLCHAIN_HAS_THREADS
  20. config BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH
  21. depends on BR2_LINUX_KERNEL_EXT_XENOMAI
  22. string "Path for Adeos patch file"
  23. help
  24. Optionally, explicitly specify the Adeos patch to use.
  25. Download it at http://download.gna.org/adeos/patches/v2.6/$(ARCH)/
  26. and verify that your kernel version in buildroot matches.
  27. # RTAI
  28. config BR2_LINUX_KERNEL_EXT_RTAI
  29. bool "RTAI Real-time patch"
  30. select BR2_PACKAGE_RTAI
  31. help
  32. RTAI Kernel part.
  33. config BR2_LINUX_KERNEL_EXT_RTAI_PATCH
  34. depends on BR2_LINUX_KERNEL_EXT_RTAI
  35. string "Path for RTAI patch file"
  36. help
  37. Optionally, explicitly specify the RTAI patch to use.
  38. endmenu