kconfig
来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 1,234 行 · 第 1/3 页
TXT
1,234 行
help Say Y here to support the Speech Design 823 Tele-Server from Speech Design, released in 2000. The manufacturer's website is at <http://www.speech-design.de/>.config IVMS8 bool "IVMS8" help Say Y here to support the Integrated Voice-Mail Small 8-channel SBC from Speech Design, released March 2001. The manufacturer's website is at <http://www.speech-design.de/>.config IVML24 bool "IVML24" help Say Y here to support the Integrated Voice-Mail Large 24-channel SBC from Speech Design, released March 2001. The manufacturer's website is at <http://www.speech-design.de/>.config SM850 bool "SM850" help Say Y here to support the Service Module 850 from Dependable Computer Systems, an SBC based on the TQM850L module by TQ Components. This board is no longer in production. The manufacturer's website is at <http://www.decomsys.com/>.config HERMES_PRO bool "HERMES"config IP860 bool "IP860"config LWMON bool "LWMON"config PCU_E bool "PCU_E"config CCM bool "CCM"config LANTEC bool "LANTEC"config MBX bool "MBX" help MBX is a line of Motorola single-board computer based around the MPC821 and MPC860 processors, and intended for embedded-controller applications. Say Y here to support these boards directly.config WINCEPT bool "WinCept" help The Wincept 100/110 is a Motorola single-board computer based on the MPC821 PowerPC, introduced in 1998 and designed to be used in thin-client machines. Say Y to support it directly.endchoicechoice prompt "Machine Type" depends on 6xx || POWER3 || POWER4 default PPC_MULTIPLATFORM ---help--- Linux currently supports several different kinds of PowerPC-based machines: Apple Power Macintoshes and clones (such as the Motorola Starmax series), PReP (PowerPC Reference Platform) machines (such as the Motorola PowerStacks, Motorola cPCI/VME embedded systems, and some IBM RS/6000 systems), CHRP (Common Hardware Reference Platform) machines (including all of the recent IBM RS/6000 and pSeries machines), and several embedded PowerPC systems containing 4xx, 6xx, 7xx, 8xx, 74xx, and 82xx processors. Currently, the default option is to build a kernel which works on the first three. Select CHRP/PowerMac/PReP if configuring for an IBM RS/6000 or pSeries machine, a Power Macintosh (including iMacs, iBooks and Powerbooks), or a PReP machine. Select Gemini if configuring for a Synergy Microsystems' Gemini series Single Board Computer. More information is available at: <http://www.synergymicro.com/PressRel/97_10_15.html>. Select APUS if configuring for a PowerUP Amiga. More information is available at: <http://linux-apus.sourceforge.net/>.config PPC_MULTIPLATFORM bool "CHRP/PowerMac/PReP"config APUS bool "Amiga-APUS" help Select APUS if configuring for a PowerUP Amiga. More information is available at: <http://linux-apus.sourceforge.net/>.config WILLOW bool "Cogent-Willow"config PCORE bool "Force-PowerCore"config POWERPMC250 bool "Force-PowerPMC250"config EV64260 bool "Galileo-EV-64260-BP"config SPRUCE bool "IBM-Spruce"config LOPEC bool "Motorola-LoPEC"config MCPN765 bool "Motorola-MCPN765"config MVME5100 bool "Motorola-MVME5100"config PPLUS bool "Motorola-PowerPlus"config PRPMC750 bool "Motorola-PrPMC750"config PRPMC800 bool "Motorola-PrPMC800"config SANDPOINT bool "Motorola-Sandpoint" help Select SANDPOINT if configuring for a Motorola Sandpoint X3 (any flavor).config ADIR bool "SBS-Adirondack"config K2 bool "SBS-K2"config PAL4 bool "SBS-Palomar4"config GEMINI bool "Synergy-Gemini" help Select Gemini if configuring for a Synergy Microsystems' Gemini series Single Board Computer. More information is available at: <http://www.synergymicro.com/PressRel/97_10_15.html>.config EST8260 bool "EST8260" ---help--- The EST8260 is a single-board computer manufactured by Wind River Systems, Inc. (formerly Embedded Support Tools Corp.) and based on the MPC8260. Wind River Systems has a website at <http://www.windriver.com/>, but the EST8260 cannot be found on it and has probably been discontinued or rebadged.config SBC82xx bool "SBC82xx" ---help--- SBC PowerQUICC II, single-board computer with MPC82xx CPU Manufacturer: Wind River Systems, Inc. Date of Release: May 2003 End of Life: - URL: <http://www.windriver.com/>config SBS8260 bool "SBS8260"config RPX8260 bool "RPXSUPER"config TQM8260 bool "TQM8260" ---help--- MPC8260 based module, little larger than credit card, up to 128 MB global + 64 MB local RAM, 32 MB Flash, 32 kB EEPROM, 256 kB L@ Cache, 10baseT + 100baseT Ethernet, 2 x serial ports, ... Manufacturer: TQ Components, www.tq-group.de Date of Release: June 2001 End of Life: not yet :-) URL: <http://www.denx.de/PDF/TQM82xx_SPEC_Rev005.pdf>config ADS8272 bool "ADS8272"config LITE5200 bool "Freescale LITE5200 / (IceCube)" select PPC_MPC52xx help Support for the LITE5200 dev board for the MPC5200 from Freescale. This is for the LITE5200 version 2.0 board. Don't know if it changes much but it's only been tested on this board version. I think this board is also known as IceCube.endchoiceconfig PQ2ADS bool depends on ADS8272 default yconfig TQM8xxL bool depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L || SM850) default yconfig EMBEDDEDBOOT bool depends on 8xx || 8260 default yconfig PPC_MPC52xx boolconfig 8260 bool "CPM2 Support" if WILLOW depends on 6xx default y if TQM8260 || RPX8260 || EST8260 || SBS8260 || SBC82xx help The MPC8260 is a typical embedded CPU made by Motorola. Selecting this option means that you wish to build a kernel for a machine with an 8260 class CPU.config 8272 bool depends on 6xx default y if ADS8272 select 8260 help The MPC8272 CPM has a different internal dpram setup than other CPM2 devicesconfig CPM2 bool depends on 8260 || MPC8560 default y help The CPM2 (Communications Processor Module) is a coprocessor on embedded CPUs made by Motorola. Selecting this option means that you wish to build a kernel for a machine with a CPM2 coprocessor on it (826x, 827x, 8560).config PPC_CHRP bool depends on PPC_MULTIPLATFORM default yconfig PPC_PMAC bool depends on PPC_MULTIPLATFORM default yconfig PPC_PMAC64 bool depends on PPC_PMAC && POWER4 default yconfig PPC_PREP bool depends on PPC_MULTIPLATFORM default yconfig PPC_OF bool depends on PPC_PMAC || PPC_CHRP default yconfig PPC_GEN550 bool depends on SANDPOINT || MCPN765 || SPRUCE || PPLUS || PCORE || \ PRPMC750 || K2 || PRPMC800 || LOPEC default yconfig FORCE bool depends on 6xx && (PCORE || POWERPMC250) default yconfig GT64260 bool depends on EV64260 default yconfig NONMONARCH_SUPPORT bool "Enable Non-Monarch Support" depends on PRPMC800config HARRIER bool depends on PRPMC800 default yconfig EPIC_SERIAL_MODE bool depends on 6xx && (LOPEC || SANDPOINT) default yconfig MPC10X_BRIDGE bool depends on PCORE || POWERPMC250 || LOPEC || SANDPOINT default yconfig FSL_OCP bool depends on MPC10X_BRIDGE || PPC_MPC52xx default yconfig MPC10X_OPENPIC bool depends on POWERPMC250 || LOPEC || SANDPOINT default yconfig MPC10X_STORE_GATHERING bool "Enable MPC10x store gathering" depends on MPC10X_BRIDGEconfig CPC710_DATA_GATHERING bool "Enable CPC710 data gathering" depends on K2config HARRIER_STORE_GATHERING bool "Enable Harrier store gathering" depends on HARRIERconfig MVME5100_IPMC761_PRESENT bool "MVME5100 configured with an IPMC761" depends on MVME5100config SPRUCE_BAUD_33M bool "Spruce baud clock support" depends on SPRUCEconfig PC_KEYBOARD bool "PC PS/2 style Keyboard" depends on 4xx || CPM2config SERIAL_CONSOLE bool depends on 8xx default yconfig SERIAL_CONSOLE_BAUD int depends on EV64260 default "115200"config PPCBUG_NVRAM bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC default y if PPC_PREPconfig SMP bool "Symmetric multi-processing support" ---help--- This enables support for systems with more than one CPU. If you have a system with only one CPU, say N. If you have a system with more than one CPU, say Y. Note that the kernel does not currently support SMP machines with 603/603e/603ev or PPC750 ("G3") processors since they have inadequate hardware support for multiprocessor operation. If you say N here, the kernel will run on single and multiprocessor machines, but will use only one CPU of a multiprocessor machine. If you say Y here, the kernel will run on single-processor machines. On a single-processor machine, the kernel will run faster if you say N here. If you don't know what to do here, say N.config IRQ_ALL_CPUS bool "Distribute interrupts on all CPUs by default" depends on SMP help This option gives the kernel permission to distribute IRQs across multiple CPUs. Saying N here will route all IRQs to the first CPU. Generally saying Y is safe, although some problems have been reported with SMP Power Macintoshes with this option enabled.config NR_CPUS int "Maximum number of CPUs (2-32)" range 2 32 depends on SMP default "4"config PREEMPT bool "Preemptible Kernel" help This option reduces the latency of the kernel when reacting to real-time or interactive events by allowing a low priority process to be preempted even if it is in kernel mode executing a system call. Say Y here if you are building a kernel for a desktop, embedded or real-time system. Say N if you are unsure.config HIGHMEM bool "High memory support"source "fs/Kconfig.binfmt"config PROC_DEVICETREE bool "Support for Open Firmware device tree in /proc" depends on PPC_OF && PROC_FS help This option adds a device-tree directory under /proc which contains an image of the device tree that the kernel copies from Open Firmware. If unsure, say Y here.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?