kconfig

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

TXT
25
字号
if TOSHIBA_RBTX4938comment "Multiplex Pin Select"choice	prompt "PIO[58:61]"	default TOSHIBA_RBTX4938_MPLEX_PIO58_61config TOSHIBA_RBTX4938_MPLEX_PIO58_61	bool "PIO"config TOSHIBA_RBTX4938_MPLEX_NAND	bool "NAND"config TOSHIBA_RBTX4938_MPLEX_ATA	bool "ATA"endchoiceconfig TX4938_NAND_BOOT	depends on EXPERIMENTAL && TOSHIBA_RBTX4938_MPLEX_NAND	bool "NAND Boot Support (EXPERIMENTAL)"	help	  This is only for Toshiba RBTX4938 reference board, which has NAND IPL.	  Select this option if you need to use NAND boot.endif

⌨️ 快捷键说明

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