kconfig
来自「优龙2410linux2.6.8内核源代码」· 代码 · 共 64 行
TXT
64 行
if ARCH_PXAmenu "Intel PXA2xx Implementations"choice prompt "Select target board"config ARCH_CSB226 bool "Cogent CSB226" select PXA25xconfig ARCH_INNOKOM bool "Auerswald Innokom" select PXA25xconfig ARCH_LOGODL bool "Logotronic LogoDL" select PXA25xconfig ARCH_LUBBOCK bool "Intel DBPXA250 Development Platform" select PXA25xconfig ARCH_FS_PXA255 bool " FS-PXA255 Development Platform" depends on ARCH_LUBBOCKconfig ARCH_FS_PXA255_V30 bool " FS-PXA255 V3.0 Development Platform" depends on ARCH_FS_PXA255config MACH_MAINSTONE bool "Intel HCDDBBVA0 Development Platform" select PXA27x #select IWMMXTconfig ARCH_PXA_PNP2110 bool "SSV PNP/2110-3V Platform" select PXA25xconfig ARCH_PXA_IDP bool "Accelent Xscale IDP" select PXA25xconfig ARCH_TRIZEPS2 bool "Keith & Koep Trizeps2" select PXA25xendchoiceendmenuconfig PXA25x bool help Select code specific to PXA21x/25x/26x variantsconfig PXA27x bool help Select code specific to PXA27x variantsendif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?