kconfig

来自「LINUX 2.6.17.4的源码」· 代码 · 共 670 行 · 第 1/2 页

TXT
670
字号
	  it as a module.  The module will be called sbc60xxwdt.config SBC8360_WDT	tristate "SBC8360 Watchdog Timer"	depends on WATCHDOG && X86	---help---	  This is the driver for the hardware watchdog on the SBC8360 Single	  Board Computer produced by Axiomtek Co., Ltd. (www.axiomtek.com).	  To compile this driver as a module, choose M here: the	  module will be called sbc8360.ko.	  Most people will say N.config CPU5_WDT	tristate "SMA CPU5 Watchdog"	depends on WATCHDOG && X86	---help---	  TBD.	  To compile this driver as a module, choose M here: the	  module will be called cpu5wdt.config W83627HF_WDT	tristate "W83627HF Watchdog Timer"	depends on WATCHDOG && X86	---help---	  This is the driver for the hardware watchdog on the W83627HF chipset	  as used in Advantech PC-9578 and Tyan S2721-533 motherboards	  (and likely others).  This watchdog simply watches your kernel to	  make sure it doesn't freeze, and if it does, it reboots your computer	  after a certain amount of time.	  To compile this driver as a module, choose M here: the	  module will be called w83627hf_wdt.	  Most people will say N.config W83877F_WDT	tristate "W83877F (EMACS) Watchdog Timer"	depends on WATCHDOG && X86	---help---	  This is the driver for the hardware watchdog on the W83877F chipset	  as used in EMACS PC-104 motherboards (and likely others).  This	  watchdog simply watches your kernel to make sure it doesn't freeze,	  and if it does, it reboots your computer after a certain amount of	  time.	  To compile this driver as a module, choose M here: the	  module will be called w83877f_wdt.	  Most people will say N.config W83977F_WDT	tristate "W83977F (PCM-5335) Watchdog Timer"	depends on WATCHDOG && X86	---help---	  This is the driver for the hardware watchdog on the W83977F I/O chip	  as used in AAEON's PCM-5335 SBC (and likely others).  This	  watchdog simply watches your kernel to make sure it doesn't freeze,	  and if it does, it reboots your computer after a certain amount of	  time.	  To compile this driver as a module, choose M here: the	  module will be called w83977f_wdt.config MACHZ_WDT	tristate "ZF MachZ Watchdog"	depends on WATCHDOG && X86	---help---	  If you are using a ZF Micro MachZ processor, say Y here, otherwise	  N.  This is the driver for the watchdog timer builtin on that	  processor using ZF-Logic interface.  This watchdog simply watches	  your kernel to make sure it doesn't freeze, and if it does, it	  reboots your computer after a certain amount of time.	  To compile this driver as a module, choose M here: the	  module will be called machzwd.config SBC_EPX_C3_WATCHDOG	tristate "Winsystems SBC EPX-C3 watchdog"	depends on WATCHDOG && X86	---help---	  This is the driver for the built-in watchdog timer on the EPX-C3	  Single-board computer made by Winsystems, Inc.	  *Note*: This hardware watchdog is not probeable and thus there	  is no way to know if writing to its IO address will corrupt	  your system or have any real effect.  The only way to be sure	  that this driver does what you want is to make sure you	  are runnning it on an EPX-C3 from Winsystems with the watchdog	  timer at IO address 0x1ee and 0x1ef.  It will write to both those	  IO ports.  Basically, the assumption is made that if you compile	  this driver into your kernel and/or load it as a module, that you	  know what you are doing and that you are in fact running on an	  EPX-C3 board!	  To compile this driver as a module, choose M here: the	  module will be called sbc_epx_c3.# PowerPC Architectureconfig 8xx_WDT	tristate "MPC8xx Watchdog Timer"	depends on WATCHDOG && 8xxconfig 83xx_WDT	tristate "MPC83xx Watchdog Timer"	depends on WATCHDOG && PPC_83xxconfig MV64X60_WDT	tristate "MV64X60 (Marvell Discovery) Watchdog Timer"	depends on WATCHDOG && MV64X60config BOOKE_WDT	tristate "PowerPC Book-E Watchdog Timer"	depends on WATCHDOG && (BOOKE || 4xx)	---help---	  Please see Documentation/watchdog/watchdog-api.txt for	  more information.# PPC64 Architectureconfig WATCHDOG_RTAS	tristate "RTAS watchdog"	depends on WATCHDOG && PPC_RTAS	help	  This driver adds watchdog support for the RTAS watchdog.          To compile this driver as a module, choose M here. The module	  will be called wdrtas.# MIPS Architectureconfig INDYDOG	tristate "Indy/I2 Hardware Watchdog"	depends on WATCHDOG && SGI_IP22	help	  Hardwaredriver for the Indy's/I2's watchdog. This is a	  watchdog timer that will reboot the machine after a 60 second	  timer expired and no process has written to /dev/watchdog during	  that time.# S390 Architectureconfig ZVM_WATCHDOG	tristate "z/VM Watchdog Timer"	depends on WATCHDOG && S390	help	  IBM s/390 and zSeries machines running under z/VM 5.1 or later	  provide a virtual watchdog timer to their guest that cause a	  user define Control Program command to be executed after a	  timeout.	  To compile this driver as a module, choose M here. The module	  will be called vmwatchdog.# SUPERH Architectureconfig SH_WDT	tristate "SuperH Watchdog"	depends on WATCHDOG && SUPERH	help	  This driver adds watchdog support for the integrated watchdog in the	  SuperH processors. If you have one of these processors and wish	  to have watchdog support enabled, say Y, otherwise say N.	  As a side note, saying Y here will automatically boost HZ to 1000	  so that the timer has a chance to clear the overflow counter. On	  slower systems (such as the SH-2 and SH-3) this will likely yield	  some performance issues. As such, the WDT should be avoided here	  unless it is absolutely necessary.	  To compile this driver as a module, choose M here: the	  module will be called shwdt.# SPARC64 Architectureconfig WATCHDOG_CP1XXX	tristate "CP1XXX Hardware Watchdog support"	depends on WATCHDOG && SPARC64 && PCI	---help---	  This is the driver for the hardware watchdog timers present on	  Sun Microsystems CompactPCI models CP1400 and CP1500.	  To compile this driver as a module, choose M here: the	  module will be called cpwatchdog.	  If you do not have a CompactPCI model CP1400 or CP1500, or	  another UltraSPARC-IIi-cEngine boardset with hardware watchdog,	  you should say N to this option.config WATCHDOG_RIO	tristate "RIO Hardware Watchdog support"	depends on WATCHDOG && SPARC64 && PCI	help	  Say Y here to support the hardware watchdog capability on Sun RIO	  machines.  The watchdog timeout period is normally one minute but	  can be changed with a boot-time parameter.## ISA-based Watchdog Cards#comment "ISA-based Watchdog Cards"	depends on WATCHDOG && ISAconfig PCWATCHDOG	tristate "Berkshire Products ISA-PC Watchdog"	depends on WATCHDOG && ISA	---help---	  This is the driver for the Berkshire Products ISA-PC Watchdog card.	  This card simply watches your kernel to make sure it doesn't freeze,	  and if it does, it reboots your computer after a certain amount of	  time. This driver is like the WDT501 driver but for different	  hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC	  watchdog cards can be ordered from <http://www.berkprod.com/>.	  To compile this driver as a module, choose M here: the	  module will be called pcwd.	  Most people will say N.config MIXCOMWD	tristate "Mixcom Watchdog"	depends on WATCHDOG && ISA	---help---	  This is a driver for the Mixcom hardware watchdog cards.  This	  watchdog simply watches your kernel to make sure it doesn't freeze,	  and if it does, it reboots your computer after a certain amount of	  time.	  To compile this driver as a module, choose M here: the	  module will be called mixcomwd.	  Most people will say N.config WDT	tristate "WDT Watchdog timer"	depends on WATCHDOG && ISA	---help---	  If you have a WDT500P or WDT501P watchdog board, say Y here,	  otherwise N. It is not possible to probe for this board, which means	  that you have to inform the kernel about the IO port and IRQ that	  is needed (you can do this via the io and irq parameters)	  To compile this driver as a module, choose M here: the	  module will be called wdt.config WDT_501	bool "WDT501 features"	depends on WDT	help	  Saying Y here and creating a character special file /dev/temperature	  with major number 10 and minor number 131 ("man mknod") will give	  you a thermometer inside your computer: reading from	  /dev/temperature yields one byte, the temperature in degrees	  Fahrenheit. This works only if you have a WDT501P watchdog board	  installed.	  If you want to enable the Fan Tachometer on the WDT501P, then you	  can do this via the tachometer parameter. Only do this if you have a	  fan tachometer actually set up.## PCI-based Watchdog Cards#comment "PCI-based Watchdog Cards"	depends on WATCHDOG && PCIconfig PCIPCWATCHDOG	tristate "Berkshire Products PCI-PC Watchdog"	depends on WATCHDOG && PCI	---help---	  This is the driver for the Berkshire Products PCI-PC Watchdog card.	  This card simply watches your kernel to make sure it doesn't freeze,	  and if it does, it reboots your computer after a certain amount of	  time. The card can also monitor the internal temperature of the PC.	  More info is available at <http://www.berkprod.com/pci_pc_watchdog.htm>.	  To compile this driver as a module, choose M here: the	  module will be called pcwd_pci.	  Most people will say N.config WDTPCI	tristate "PCI-WDT500/501 Watchdog timer"	depends on WATCHDOG && PCI	---help---	  If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N.	  To compile this driver as a module, choose M here: the	  module will be called wdt_pci.config WDT_501_PCI	bool "PCI-WDT501 features"	depends on WDTPCI	help	  Saying Y here and creating a character special file /dev/temperature	  with major number 10 and minor number 131 ("man mknod") will give	  you a thermometer inside your computer: reading from	  /dev/temperature yields one byte, the temperature in degrees	  Fahrenheit. This works only if you have a PCI-WDT501 watchdog board	  installed.	  If you want to enable the Fan Tachometer on the PCI-WDT501, then you	  can do this via the tachometer parameter. Only do this if you have a	  fan tachometer actually set up.## USB-based Watchdog Cards#comment "USB-based Watchdog Cards"	depends on WATCHDOG && USBconfig USBPCWATCHDOG	tristate "Berkshire Products USB-PC Watchdog"	depends on WATCHDOG && USB	---help---	  This is the driver for the Berkshire Products USB-PC Watchdog card.	  This card simply watches your kernel to make sure it doesn't freeze,	  and if it does, it reboots your computer after a certain amount of	  time. The card can also monitor the internal temperature of the PC.	  More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm>.	  To compile this driver as a module, choose M here: the	  module will be called pcwd_usb.	  Most people will say N.endmenu

⌨️ 快捷键说明

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