Config.ext.in 941 B

123456789101112131415161718192021222324252627282930313233
  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_i386 || BR2_x86_64 || BR2_arm || \
  6. BR2_bfin || BR2_powerpc || BR2_sh4
  7. select BR2_PACKAGE_XENOMAI
  8. help
  9. Xenomai Kernel part.
  10. config BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH
  11. depends on BR2_LINUX_KERNEL_EXT_XENOMAI
  12. string "Path for Adeos patch file"
  13. help
  14. Optionally, explicitly specify the Adeos patch to use.
  15. Download it at http://download.gna.org/adeos/patches/v2.6/$(ARCH)/
  16. and verify that your kernel version in buildroot matches.
  17. # RTAI
  18. config BR2_LINUX_KERNEL_EXT_RTAI
  19. bool "RTAI Real-time patch"
  20. select BR2_PACKAGE_RTAI
  21. help
  22. RTAI Kernel part.
  23. config BR2_LINUX_KERNEL_EXT_RTAI_PATCH
  24. depends on BR2_LINUX_KERNEL_EXT_RTAI
  25. string "Path for RTAI patch file"
  26. help
  27. Optionally, explicitly specify the RTAI patch to use.
  28. endmenu