kconfig
来自「linux 内核源代码」· 代码 · 共 15 行
TXT
15 行
config MCA_LEGACY bool "Legacy MCA API Support" depends on MCA help This compiles in support for the old slot based MCA API. If you have an unconverted MCA driver, you will need to say Y here. It is safe to say Y anyway.config MCA_PROC_FS bool "Support for the mca entry in /proc" depends on MCA_LEGACY && PROC_FS help If you want the old style /proc/mca directory in addition to the new style sysfs say Y here.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?