kconfig

来自「linux2.6.16版本」· 代码 · 共 27 行

TXT
27
字号
config PPC_SPLPAR	depends on PPC_PSERIES	bool "Support for shared-processor logical partitions"	default n	help	  Enabling this option will make the kernel run more efficiently	  on logically-partitioned pSeries systems which use shared	  processors, that is, which share physical processors between	  two or more partitions.config EEH	bool "PCI Extended Error Handling (EEH)" if EMBEDDED	depends on PPC_PSERIES	default y if !EMBEDDEDconfig SCANLOG	tristate "Scanlog dump interface"	depends on RTAS_PROC && PPC_PSERIESconfig LPARCFG	bool "LPAR Configuration Data"	depends on PPC_PSERIES || PPC_ISERIES	help	Provide system capacity information via human readable	<key word>=<value> pairs through a /proc/ppc64/lparcfg interface.

⌨️ 快捷键说明

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