?? kconfig
字號:
mainmenu "RTAI/MIPS configuration"config MODULES bool default yconfig RTAI_VERSION string default "3.1-test3 (vesuvio)"menu "General"config RTAI_INSTALLDIR string "Installation directory" default "/usr/realtime" help This option defines the directory where the various RTAI files will be installed on your target system. This directory may be changed if you double-click in the area named "Value". The default installation directory is /usr/realtime.config RTAI_LINUXDIR string "Linux source tree" default "/usr/src/linux"menu "RTAI Documentation"config RTAI_DOX_DOC bool "Build RTAI Doxygen documentation (HTML)" default n help This option causes the Doxygen-based RTAI documentation to be built. This option is intended for people actually writing documentation and who want to update the pre-built manuals, regular users can just use the latter directly. You will need the Doxygen toolsuite for regenerating the documentation.config RTAI_LATEX_DOC bool "Build RTAI LaTeX documentation (PS/PDF)" default n help This option causes the LaTeX-based RTAI documentation to be built. This option is intended for people actually writing documentation and who want to update the pre-built manuals, regular users can just use the latter directly.config RTAI_DOC_LATEX_NONSTOP bool "Enable LaTeX verbose output" depends on RTAI_LATEX_DOC default n help By default, all documentation generated with LaTeX uses the silent (batchmode) of LaTeX. If this option is enabled, the verbose (nonstopmode) of LaTeX will be used instead. This option is mainly intended for people writing RTAI documentation.config RTAI_DBX_DOC bool "Build DocBook XML documentation (HTML/PDF)" default n help This option causes the DocBook XML based RTAI documentation to be built. This option is intended for people actually writing documentation and who want to update the pre-built manuals, regular users can just use the latter directly.config RTAI_DBX_NET bool "Let the DocBook XML tools use network" depends on RTAI_DBX_DOC default n help Let the DocBook tools use internet to fetch the DTD and XSL stylesheets. If disabled, the documentation generation will fail if the necessary DTD(s) and XSL stylesheets can not be found on the local computer.config RTAI_DBX_ROOT string "Docbook XML root" depends on RTAI_DBX_DOC default "" help Specify the DocBook XML root (that is, the directory where docbook.dtd should be taken). Leave blank to let configure try the "well-known" locations.config RTAI_DBX_XSL_ROOT string "Docbook XML XSL stylesheet root" depends on RTAI_DBX_DOC default "" help Specify the DocBook XML XSL root. Leave blank to let configure try the "well-known" locations.endmenuconfig RTAI_TESTSUITE bool "Build RTAI testsuite" default y help Once you are done with the building process of RTAI, it may be safe to run the testsuite to make sure your RTAI system is functional.config RTAI_COMPAT bool "Enable source compatibility mode" default yconfig RTAI_EXTENDED bool "Enable extended configuration mode" default nconfig RTAI_KMOD_DEBUG bool "Enable debug symbols in modules" depends on RTAI_EXTENDED default n help This options adds the -g flag when compiling kernel modules.config RTAI_USER_DEBUG bool "Enable debug symbols in user-space programs" depends on RTAI_EXTENDED default n help This options adds the -g flag when compiling user-space programs. LXRT inlining is also implicitely disabled.config RTAI_MAINTAINER bool "Enable maintainer mode" depends on RTAI_EXTENDED default nconfig RTAI_MAINTAINER_AUTOTOOLS bool "Enable Autoconf/Automake maintainer mode" depends on RTAI_MAINTAINER default nendmenumenu "Machine (MIPS)"config RTAI_FPU_SUPPORT bool default nconfig RTAI_CPUS string default 1endmenumenu "Core system"menu "Schedulers"config RTAI_SCHED_UP bool "Scheduler for uniprocessor machine (kernel tasks only)" default yconfig RTAI_SCHED_SMP bool default nconfig RTAI_SCHED_MUP bool default nconfig RTAI_SCHED_LXRT bool default nmenu "Scheduler options" depends on RTAI_EXTENDEDconfig RTAI_SCHED_ISR_LOCK bool "Disable rescheduling from ISRs" default nendmenuendmenumenu "Basic features"menu "IPC support"config RTAI_BITS tristate "Event flags" default mconfig RTAI_FIFOS tristate "Fifo" default mconfig RTAI_NETRPC tristate default nconfig RTAI_NETRPC_RTNET bool "Emulate RTNet" depends on RTAI_NETRPC default yconfig RTAI_SHM tristate default nconfig RTAI_SEM tristate "Semaphores" default mconfig RTAI_MSG tristate "Message" default mconfig RTAI_MBX tristate "Mailboxes" depends on RTAI_SEM default y if RTAI_SEM=y default m if RTAI_SEM=mconfig RTAI_TBX tristate "Typed mailboxes" depends on RTAI_SEM default y if RTAI_SEM=y default m if RTAI_SEM=mconfig RTAI_MQ tristate "POSIX-like message queues" depends on RTAI_SEM default y if RTAI_SEM=y default m if RTAI_SEM=mendmenumenu "Misc"config RTAI_MATH bool "Math support" default yconfig RTAI_MATH_C99 bool "C99 standard support" depends on RTAI_MATH default nconfig RTAI_MALLOC tristate "Real-time malloc support" default yconfig RTAI_MALLOC_VMALLOC bool "Use vmalloc() support" depends on RTAI_EXTENDED && RTAI_MALLOC default nconfig RTAI_TASKLETS tristate "Tasklets" default mconfig RTAI_TRACE bool "LTT support" default nconfig RTAI_USI tristate "User-space interrupts" default mconfig RTAI_WD bool "Watchdog support" default yendmenuendmenuendmenumenu "Add-ons"config RTAI_CPLUSPLUS bool default nconfig RTAI_SERIAL bool default nendmenu
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -