mirror of the now-defunct rocklinux.org
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.
|
|
menu_begin MENU_RTAI_Options 'Realtime Options'
bool "Enable real time support" ROCKCFG_REALTIME 0
if [ $ROCKCFG_REALTIME = "1" ]; then pkgenable rtai
choice ROCKCFG_RTAI_PATCH rthal5g \ rthal5g "Use RTHAL patch" \ adeos "Use ADEOS patch"
bool "Uni Processor Scheduler" ROCKCFG_RTAI_SCHED_UP 1 bool "SMP Scheduler" ROCKCFG_RTAI_SCHED_SMP 1 bool "MUP Scheduler" ROCKCFG_RTAI_SCHED_MUP 1
text "Number of CPUS" ROCKCFG_RTAI_CPUS 2 bool "Enable RTAI FPU support" ROCKCFG_RTAI_FPU_SUPPORT 1 bool "Using RTAI math library" ROCKCFG_RTAI_LIBM 1 bool "Strange APIC support" ROCKCFG_RTAI_STRANGE_APIC 1 bool "POSIX Threading API support" ROCKCFG_RTAI_POSIX 1 bool "Compile RT memory manager as module" ROCKCFG_RTAI_DYN_MM 0 bool "Use vmalloc() instead of kmalloc()" ROCKCFG_RTAI_MM_VMALLOC 0 bool "RTAI FIFOS" ROCKCFG_RTAI_FIFOS 1 bool "Shared Memory support" ROCKCFG_RTAI_SHMEM 1 bool "RTAI watchdog support" ROCKCFG_RTAI_WATCHDOG 1 bool "RTAI LXRT" ROCKCFG_RTAI_LXRT 1 bool "RTAI NEWLXRT" ROCKCFG_RTAI_NEWLXRT 1 bool "LXRT rt_com driver" ROCKCFG_RTAI_RTCOM_LXRT 1 bool "LXRT FIFOS" ROCKCFG_RTAI_FIFOS_LXRT 1 bool "COMEDI LXRT" ROCKCFG_RTAI_COMEDI_LXRT 1 bool "C++ support" ROCKCFG_RTAI_CPLUSPLUS 1 bool "New C++ Interface" ROCKCFG_RTAI_NEW_CPP 1 bool "Tasklets" ROCKCFG_RTAI_TASKLETS 0 bool "User space interrupts" ROCKCFG_RTAI_USI 1 bool "Bits" ROCKCFG_RTAI_BITS 1 bool "typed mail boxes" ROCKCFG_RTAI_TBX 1 bool "Real-Time serial driver (rt_com)" ROCKCFG_RTAI_RTCOM 0 bool "Real-Time serial driver (spdrv)" ROCKCFG_RTAI_SPDRV 0 bool "rtai netrpc" ROCKCFG_RTAI_NETRPC 0 bool "Real-Time Networking" ROCKCFG_RTAI_RTNET 0 bool "Compile tests" ROCKCFG_RTAI_TESTS 1 bool "Compile examples" ROCKCFG_RTAI_EXAMPLES 1 bool "Compile lxrt examples" ROCKCFG_RTAI_LXRT_EXAMPLES 1 bool "RTnet task" ROCKCFG_RTAI_RTNET_TASK 0 fi
menu_end
|