kconfig

来自「优龙2410linux2.6.8内核源代码」· 代码 · 共 55 行

TXT
55
字号
menu "IMX Implementations"	depends on ARCH_IMXconfig MACH_MX1FS2	bool "mx1fs2"	depends on ARCH_IMX	help	  Say Y here if you are using the viasys mx1fs2 boardconfig MACH_SCB9328	bool "scb9328"	depends on ARCH_IMX	help	  Say Y here if you are using the Synertronixx scb9328 boardconfig ARCH_MX1ADS	bool "mx1ads"	depends on ARCH_IMX	help	  Say Y here if you are using the Motorola MX1ADS boardchoice	prompt "SCB9328 eval board"	depends on MACH_SCB9328	default IMX_SCB9328_EVK9328config IMX_SCB9328_EVK9328	bool "use evk9328 eval board"	depends on MACH_SCB9328	help	  Say Y here if you are using the Synertronixx EVK9328 eval boardconfig IMX_SCB9328_EVK9328L	bool "use evk9328l eval board"	depends on MACH_SCB9328	help	  Say Y here if you are using the Synertronixx EVK9328 light eval boardendchoicechoice	prompt "SCB9328 Flash available"	depends on MACH_SCB9328	default IMX_SCB9328_FLASH_16MBconfig IMX_SCB9328_FLASH_16MB	bool "16MB"config IMX_SCB9328_FLASH_32MB	bool "32MB"endchoiceendmenu

⌨️ 快捷键说明

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