kconfig

来自「linux内核源码」· 代码 · 共 25 行

TXT
25
字号
if SH_HIGHLANDERchoice	prompt "Highlander options"	default SH_R7780MPconfig SH_R7780RP	bool "R7780RP-1 board support"	depends on CPU_SUBTYPE_SH7780config SH_R7780MP	bool "R7780MP board support"	depends on CPU_SUBTYPE_SH7780	help	  Selecting this option will enable support for the mass-production	  version of the R7780RP. If in doubt, say Y.config SH_R7785RP	bool "R7785RP board support"	depends on CPU_SUBTYPE_SH7785endchoiceendif

⌨️ 快捷键说明

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