kconfig
来自「优龙2410linux2.6.8内核源代码」· 代码 · 共 56 行
TXT
56 行
if ARCH_IOP3XXmenu "IOP3xx Implementation Options"choice prompt "IOP3xx System Type" default ARCH_IQ80310config ARCH_IQ80310 bool "IQ80310" help Say Y here if you want to run your kernel on the Intel IQ80310 evaluation kit for the IOP310 chipset.config ARCH_IQ80321 bool "IQ80321" help Say Y here if you want to run your kernel on the Intel IQ80321 evaluation kit for the IOP321 chipset.endchoice# Which IOP variant are we running?config ARCH_IOP310 bool default ARCH_IQ80310 help The IQ80310 uses the IOP310 variant.config ARCH_IOP321 bool default ARCH_IQ80321 help The IQ80321 uses the IOP321 variant.comment "IOP3xx Chipset Features"config IOP3XX_AAU bool "Support Intel IOP3xx Application Accelerator Unit (EXPERIMENTAL)" depends on EXPERIMENTALconfig IOP3XX_DMA bool "Support Intel IOP3xx DMA (EXPERIMENTAL)" depends on EXPERIMENTALconfig IOP3XX_MU bool "Support Intel IOP3xx Messaging Unit (EXPERIMENTAL)" depends on EXPERIMENTALconfig IOP3XX_PMON bool "Support Intel IOP3xx Performance Monitor (EXPERIMENTAL)" depends on EXPERIMENTALendmenuendif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?