kconfig

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

TXT
28
字号
menu "Platform support"	depends on PPC_83xxchoice	prompt "Machine Type"	default MPC834x_SYSconfig MPC834x_SYS	bool "Freescale MPC834x SYS"	select DEFAULT_UIMAGE	help	  This option enables support for the MPC 834x SYS evaluation board.	  Be aware that PCI buses can only function when SYS board is plugged	  into the PIB (Platform IO Board) board from Freescale which provide	  3 PCI slots.  The PIBs PCI initialization is the bootloader's	  responsiblilty.endchoiceconfig MPC834x	bool	select PPC_UDBG_16550	select PPC_INDIRECT_PCI	default y if MPC834x_SYSendmenu

⌨️ 快捷键说明

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