OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../rtai/config.in
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- T2-COPYRIGHT-NOTE-END ---
  15. if false; then
  16. menu_begin MENU_RTAI_Options 'Realtime Options'
  17. bool "Enable real time support" SDECFG_REALTIME 0
  18. if [ $SDECFG_REALTIME = "1" ]; then
  19. pkgenable rtai
  20. choice SDECFG_RTAI_PATCH rthal5g \
  21. rthal5g "Use RTHAL patch" \
  22. adeos "Use ADEOS patch"
  23. bool "Uni Processor Scheduler" SDECFG_RTAI_SCHED_UP 1
  24. bool "SMP Scheduler" SDECFG_RTAI_SCHED_SMP 1
  25. bool "MUP Scheduler" SDECFG_RTAI_SCHED_MUP 1
  26. text "Number of CPUS" SDECFG_RTAI_CPUS 2
  27. bool "Enable RTAI FPU support" SDECFG_RTAI_FPU_SUPPORT 1
  28. bool "Using RTAI math library" SDECFG_RTAI_LIBM 1
  29. bool "Strange APIC support" SDECFG_RTAI_STRANGE_APIC 1
  30. bool "POSIX Threading API support" SDECFG_RTAI_POSIX 1
  31. bool "Compile RT memory manager as module" SDECFG_RTAI_DYN_MM 0
  32. bool "Use vmalloc() instead of kmalloc()" SDECFG_RTAI_MM_VMALLOC 0
  33. bool "RTAI FIFOS" SDECFG_RTAI_FIFOS 1
  34. bool "Shared Memory support" SDECFG_RTAI_SHMEM 1
  35. bool "RTAI watchdog support" SDECFG_RTAI_WATCHDOG 1
  36. bool "RTAI LXRT" SDECFG_RTAI_LXRT 1
  37. bool "RTAI NEWLXRT" SDECFG_RTAI_NEWLXRT 1
  38. bool "LXRT rt_com driver" SDECFG_RTAI_RTCOM_LXRT 1
  39. bool "LXRT FIFOS" SDECFG_RTAI_FIFOS_LXRT 1
  40. bool "COMEDI LXRT" SDECFG_RTAI_COMEDI_LXRT 1
  41. bool "C++ support" SDECFG_RTAI_CPLUSPLUS 1
  42. bool "New C++ Interface" SDECFG_RTAI_NEW_CPP 1
  43. bool "Tasklets" SDECFG_RTAI_TASKLETS 0
  44. bool "User space interrupts" SDECFG_RTAI_USI 1
  45. bool "Bits" SDECFG_RTAI_BITS 1
  46. bool "typed mail boxes" SDECFG_RTAI_TBX 1
  47. bool "Real-Time serial driver (rt_com)" SDECFG_RTAI_RTCOM 0
  48. bool "Real-Time serial driver (spdrv)" SDECFG_RTAI_SPDRV 0
  49. bool "rtai netrpc" SDECFG_RTAI_NETRPC 0
  50. bool "Real-Time Networking" SDECFG_RTAI_RTNET 0
  51. bool "Compile tests" SDECFG_RTAI_TESTS 1
  52. bool "Compile examples" SDECFG_RTAI_EXAMPLES 1
  53. bool "Compile lxrt examples" SDECFG_RTAI_LXRT_EXAMPLES 1
  54. bool "RTnet task" SDECFG_RTAI_RTNET_TASK 0
  55. fi
  56. menu_end
  57. fi