kconfig

来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 1,234 行 · 第 1/3 页

TXT
1,234
字号
config PREP_RESIDUAL	bool "Support for PReP Residual Data"	depends on PPC_PREP	help	  Some PReP systems have residual data passed to the kernel by the	  firmware.  This allows detection of memory size, devices present and	  other useful pieces of information.  Sometimes this information is	  not present or incorrect, in which case it could lead to the machine 	  behaving incorrectly.  If this happens, either disable PREP_RESIDUAL	  or pass the 'noresidual' option to the kernel.	  If you are running a PReP system, say Y here, otherwise say N.config PROC_PREPRESIDUAL	bool "Support for reading of PReP Residual Data in /proc"	depends on PREP_RESIDUAL && PROC_FS	help	  Enabling this option will create a /proc/residual file which allows	  you to get at the residual data on PReP systems.  You will need a tool	  (lsresidual) to parse it.  If you aren't on a PReP system, you don't	  want this.config CMDLINE_BOOL	bool "Default bootloader kernel arguments"config CMDLINE	string "Initial kernel command string"	depends on CMDLINE_BOOL	default "console=ttyS0,9600 console=tty0 root=/dev/sda2"	help	  On some platforms, there is currently no way for the boot loader to	  pass arguments to the kernel. For these platforms, you can supply	  some command-line options at build time by entering them here.  In	  most cases you will need to specify the root device here.config AMIGA	bool	depends on APUS	default y	help	  This option enables support for the Amiga series of computers.config ZORRO	bool	depends on APUS	default y	help	  This enables support for the Zorro bus in the Amiga. If you have	  expansion cards in your Amiga that conform to the Amiga	  AutoConfig(tm) specification, say Y, otherwise N. Note that even	  expansion cards that do not fit in the Zorro slots but fit in e.g.	  the CPU slot may fall in this category, so you have to say Y to let	  Linux use these.config ABSTRACT_CONSOLE	bool	depends on APUS	default yconfig APUS_FAST_EXCEPT	bool	depends on APUS	default yconfig AMIGA_PCMCIA	bool "Amiga 1200/600 PCMCIA support"	depends on APUS && EXPERIMENTAL	help	  Include support in the kernel for pcmcia on Amiga 1200 and Amiga	  600. If you intend to use pcmcia cards say Y; otherwise say N.config AMIGA_BUILTIN_SERIAL	tristate "Amiga builtin serial support"	depends on APUS	help	  If you want to use your Amiga's built-in serial port in Linux,	  answer Y.	  To compile this driver as a module, choose M here.config GVPIOEXT	tristate "GVP IO-Extender support"	depends on APUS	help	  If you want to use a GVP IO-Extender serial card in Linux, say Y.	  Otherwise, say N.config GVPIOEXT_LP	tristate "GVP IO-Extender parallel printer support"	depends on GVPIOEXT	help	  Say Y to enable driving a printer from the parallel port on your	  GVP IO-Extender card, N otherwise.config GVPIOEXT_PLIP	tristate "GVP IO-Extender PLIP support"	depends on GVPIOEXT	help	  Say Y to enable doing IP over the parallel port on your GVP	  IO-Extender card, N otherwise.config MULTIFACE_III_TTY	tristate "Multiface Card III serial support"	depends on APUS	help	  If you want to use a Multiface III card's serial port in Linux,	  answer Y.	  To compile this driver as a module, choose M here.config A2232	tristate "Commodore A2232 serial support (EXPERIMENTAL)"	depends on EXPERIMENTAL && APUS	---help---	  This option supports the 2232 7-port serial card shipped with the	  Amiga 2000 and other Zorro-bus machines, dating from 1989.  At	  a max of 19,200 bps, the ports are served by a 6551 ACIA UART chip	  each, plus a 8520 CIA, and a master 6502 CPU and buffer as well. The	  ports were connected with 8 pin DIN connectors on the card bracket,	  for which 8 pin to DB25 adapters were supplied. The card also had	  jumpers internally to toggle various pinning configurations.	  This driver can be built as a module; but then "generic_serial"	  will also be built as a module. This has to be loaded before	  "ser_a2232". If you want to do this, answer M here.config WHIPPET_SERIAL	tristate "Hisoft Whippet PCMCIA serial support"	depends on AMIGA_PCMCIA	help	  HiSoft has a web page at <http://www.hisoft.co.uk/>, but there	  is no listing for the Whippet in their Amiga section.config APNE	tristate "PCMCIA NE2000 support"	depends on AMIGA_PCMCIA	help	  If you have a PCMCIA NE2000 compatible adapter, say Y.  Otherwise,	  say N.	  To compile this driver as a module, choose M here: the	  module will be called apne.config SERIAL_CONSOLE	bool "Support for serial port console"	depends on APUS && (AMIGA_BUILTIN_SERIAL=y || GVPIOEXT=y || MULTIFACE_III_TTY=y)config HEARTBEAT	bool "Use power LED as a heartbeat"	depends on APUS	help	  Use the power-on LED on your machine as a load meter.  The exact	  behavior is platform-dependent, but normally the flash frequency is	  a hyperbolic function of the 5-minute load average.config PROC_HARDWARE	bool "/proc/hardware support"	depends on APUSsource "drivers/zorro/Kconfig"endmenumenu "Bus options"config ISA	bool "Support for ISA-bus hardware"	depends on PPC_PREP || PPC_CHRP	help	  Find out whether you have ISA slots on your motherboard.  ISA is the	  name of a bus system, i.e. the way the CPU talks to the other stuff	  inside your box.  If you have an Apple machine, say N here; if you	  have an IBM RS/6000 or pSeries machine or a PReP machine, say Y.  If	  you have an embedded board, consult your board documentation.config GENERIC_ISA_DMA	bool	depends on POWER3 || POWER4 || 6xx && !CPM2	default yconfig EISA	bool	help	  The Extended Industry Standard Architecture (EISA) bus is a bus	  architecture used on some older intel-based PCs.config SBUS	bool# Yes MCA RS/6000s exist but Linux-PPC does not currently support anyconfig MCA	boolconfig PCI	bool "PCI support" if 40x || CPM2 || 85xx	default y if !40x && !CPM2 && !8xx && !APUS && !85xx	default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS	default PCI_QSPAN if !4xx && !CPM2 && 8xx	help	  Find out whether your system includes a PCI bus. PCI is the name of	  a bus system, i.e. the way the CPU talks to the other stuff inside	  your box.  If you say Y here, the kernel will include drivers and	  infrastructure code to support PCI bus devices.config PCI_DOMAINS	bool	default PCIconfig PCI_QSPAN	bool "QSpan PCI"	depends on !4xx && !CPM2 && 8xx	help	  Say Y here if you have a system based on a Motorola 8xx-series	  embedded processor with a QSPAN PCI interface, otherwise say N.config PCI_8260	bool	depends on PCI && 8260 && !8272	default yconfig 8260_PCI9	bool "  Enable workaround for MPC826x erratum PCI 9"	depends on PCI_8260	default ychoice	prompt "  IDMA channel for PCI 9 workaround"	depends on 8260_PCI9config 8260_PCI9_IDMA1	bool "IDMA1"config 8260_PCI9_IDMA2	bool "IDMA2"config 8260_PCI9_IDMA3	bool "IDMA3"config 8260_PCI9_IDMA4	bool "IDMA4"endchoiceconfig PCI_PERMEDIA	bool "PCI for Permedia2"	depends on !4xx && !8xx && APUSsource "drivers/pci/Kconfig"source "drivers/pcmcia/Kconfig"endmenumenu "Advanced setup"config ADVANCED_OPTIONS	bool "Prompt for advanced kernel configuration options"	help	  This option will enable prompting for a variety of advanced kernel	  configuration options.  These options can cause the kernel to not	  work if they are set incorrectly, but can be used to optimize certain	  aspects of kernel memory management.	  Unless you know what you are doing, say N here.comment "Default settings for advanced configuration options are used"	depends on !ADVANCED_OPTIONSconfig HIGHMEM_START_BOOL	bool "Set high memory pool address"	depends on ADVANCED_OPTIONS && HIGHMEM	help	  This option allows you to set the base address of the kernel virtual	  area used to map high memory pages.  This can be useful in	  optimizing the layout of kernel virtual memory.	  Say N here unless you know what you are doing.config HIGHMEM_START	hex "Virtual start address of high memory pool" if HIGHMEM_START_BOOL	default "0xfe000000"config LOWMEM_SIZE_BOOL	bool "Set maximum low memory"	depends on ADVANCED_OPTIONS	help	  This option allows you to set the maximum amount of memory which	  will be used as "low memory", that is, memory which the kernel can	  access directly, without having to set up a kernel virtual mapping.	  This can be useful in optimizing the layout of kernel virtual	  memory.	  Say N here unless you know what you are doing.config LOWMEM_SIZE	hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL	default "0x30000000"config KERNEL_START_BOOL	bool "Set custom kernel base address"	depends on ADVANCED_OPTIONS	help	  This option allows you to set the kernel virtual address at which	  the kernel will map low memory (the kernel image will be linked at	  this address).  This can be useful in optimizing the virtual memory	  layout of the system.	  Say N here unless you know what you are doing.config KERNEL_START	hex "Virtual address of kernel base" if KERNEL_START_BOOL	default "0xc0000000"config TASK_SIZE_BOOL	bool "Set custom user task size"	depends on ADVANCED_OPTIONS	help	  This option allows you to set the amount of virtual address space	  allocated to user tasks.  This can be useful in optimizing the	  virtual memory layout of the system.	  Say N here unless you know what you are doing.config TASK_SIZE	hex "Size of user task space" if TASK_SIZE_BOOL	default "0x80000000"config CONSISTENT_START_BOOL	bool "Set custom consistent memory pool address"	depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE	help	  This option allows you to set the base virtual address	  of the the consistent memory pool.  This pool of virtual	  memory is used to make consistent memory allocations.config CONSISTENT_START	hex "Base virtual address of consistent memory pool" if CONSISTENT_START_BOOL	default "0xff100000" if NOT_COHERENT_CACHEconfig CONSISTENT_SIZE_BOOL	bool "Set custom consistent memory pool size"	depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE	help	  This option allows you to set the size of the the	  consistent memory pool.  This pool of virtual memory	  is used to make consistent memory allocations.config CONSISTENT_SIZE	hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL	default "0x00200000" if NOT_COHERENT_CACHEconfig BOOT_LOAD_BOOL	bool "Set the boot link/load address"	depends on ADVANCED_OPTIONS && !PPC_MULTIPLATFORM	help	  This option allows you to set the initial load address of the zImage	  or zImage.initrd file.  This can be useful if you are on a board	  which has a small amount of memory.	  Say N here unless you know what you are doing.config BOOT_LOAD	hex "Link/load address for booting" if BOOT_LOAD_BOOL	default "0x00400000" if 40x || 8xx || 8260	default "0x01000000" if 44x	default "0x00800000"config PIN_TLB	bool "Pinned Kernel TLBs (860 ONLY)"	depends on ADVANCED_OPTIONS && 8xxendmenusource "drivers/Kconfig"source "fs/Kconfig"source "arch/ppc/8xx_io/Kconfig"source "arch/ppc/8260_io/Kconfig"menu "IBM 40x options"	depends on 40xconfig SERIAL_SICC	bool "SICC Serial port"	depends on STB03xxxconfig UART1_DFLT_CONSOLE	bool	depends on SERIAL_SICC && UART0_TTYS1	default yconfig SERIAL_SICC_CONSOLE	bool	depends on SERIAL_SICC && UART0_TTYS1	default yendmenusource "lib/Kconfig"source "arch/ppc/oprofile/Kconfig"source "arch/ppc/Kconfig.debug"source "security/Kconfig"source "crypto/Kconfig"

⌨️ 快捷键说明

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