kconfig

来自「xenomai 很好的linux实时补丁」· 代码 · 共 28 行

TXT
28
字号
source "kernel/xenomai/nucleus/Kconfig"menu "Machine"depends on XENO_OPT_NUCLEUSconfig XENO_HW_FPU	bool "Enable FPU support"	default y	help	The FPU executes instructions from the processor's normal	instruction stream. It can handle the types of high-precision	floating-point processing operations commonly found in	scientific, engineering, and business applications.	If your target system has no FPU, say NO here; otherwise,	enabling FPU support when the hardware is available may	greatly improve	performance.endmenusource "kernel/xenomai/skins/Kconfig"menu "Drivers"source "drivers/xenomai/Kconfig"endmenu

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?