Config.ext.in 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. In the current version of Xenomai, the following kernel
  11. versions are supported: on Blackfin, 2.6.34 and 2.6.36.9, on
  12. SH4, 2.6.32.10, on x86, 2.6.35.9, 2.6.37.6, 2.6.38.8, on
  13. ARM, 2.6.35.9, 2.6.37.6, 2.6.38.8, on NIOS2, 2.6.35, on
  14. PowerPC, 2.6.35.7, 2.6.36.4, 3.0.8.
  15. config BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH
  16. depends on BR2_LINUX_KERNEL_EXT_XENOMAI
  17. string "Path for Adeos patch file"
  18. help
  19. Optionally, explicitly specify the Adeos patch to use.
  20. Download it at http://download.gna.org/adeos/patches/v2.6/$(ARCH)/
  21. and verify that your kernel version in buildroot matches.
  22. # ocf-linux
  23. config BR2_LINUX_KERNEL_EXT_OCF_LINUX
  24. bool "Open Cryptographic Framework (OCF)"
  25. select BR2_PACKAGE_OCF_LINUX
  26. help
  27. OCF-Linux Kernel part.
  28. Select this option to patch your kernel with OCF for
  29. hardware-accelerated crypto support for available drivers.
  30. Some libraries need to also have OCF enabled for them,
  31. for example OpenSSL.
  32. # RTAI
  33. config BR2_LINUX_KERNEL_EXT_RTAI
  34. bool "RTAI Real-time patch"
  35. select BR2_PACKAGE_RTAI
  36. help
  37. RTAI Kernel part.
  38. config BR2_LINUX_KERNEL_EXT_RTAI_PATCH
  39. depends on BR2_LINUX_KERNEL_EXT_RTAI
  40. string "Path for RTAI patch file"
  41. help
  42. Optionally, explicitly specify the RTAI patch to use.
  43. endmenu