~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to drivers/watchdog/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno
  • Date: 2011-06-07 12:14:05 UTC
  • mfrom: (43.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110607121405-i3h1rd7nrnd2b73h
Tags: 2.6.39-2
[ Ben Hutchings ]
* [x86] Enable BACKLIGHT_APPLE, replacing BACKLIGHT_MBP_NVIDIA
  (Closes: #627492)
* cgroups: Disable memory resource controller by default. Allow it
  to be enabled using kernel parameter 'cgroup_enable=memory'.
* rt2800usb: Enable support for more USB devices including
  Linksys WUSB600N (Closes: #596626) (this change was accidentally
  omitted from 2.6.39-1)
* [x86] Remove Celeron from list of processors supporting PAE. Most
  'Celeron M' models do not.
* Update debconf template translations:
  - Swedish (Martin Bagge) (Closes: #628932)
  - French (David Prévot) (Closes: #628191)
* aufs: Update for 2.6.39 (Closes: #627837)
* Add stable 2.6.39.1, including:
  - ext4: dont set PageUptodate in ext4_end_bio()
  - pata_cmd64x: fix boot crash on parisc (Closes: #622997, #622745)
  - ext3: Fix fs corruption when make_indexed_dir() fails
  - netfilter: nf_ct_sip: validate Content-Length in TCP SIP messages
  - sctp: fix race between sctp_bind_addr_free() and
    sctp_bind_addr_conflict()
  - sctp: fix memory leak of the ASCONF queue when free asoc
  - md/bitmap: fix saving of events_cleared and other state
  - cdc_acm: Fix oops when Droids MuIn LCD is connected
  - cx88: Fix conversion from BKL to fine-grained locks (Closes: #619827)
  - keys: Set cred->user_ns in key_replace_session_keyring (CVE-2011-2184)
  - tmpfs: fix race between truncate and writepage
  - nfs41: Correct offset for LAYOUTCOMMIT
  - xen/mmu: fix a race window causing leave_mm BUG()
  - ext4: fix possible use-after-free in ext4_remove_li_request()
  For the complete list of changes, see:
   http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.39.1
* Bump ABI to 2
* netfilter: Enable IP_SET, IP_SET_BITMAP_IP, IP_SET_BITMAP_IPMAC,
  IP_SET_BITMAP_PORT, IP_SET_HASH_IP, IP_SET_HASH_IPPORT,
  IP_SET_HASH_IPPORTIP, IP_SET_HASH_IPPORTNET, IP_SET_HASH_NET,
  IP_SET_HASH_NETPORT, IP_SET_LIST_SET, NETFILTER_XT_SET as modules
  (Closes: #629401)

[ Aurelien Jarno ]
* [mipsel/loongson-2f] Disable_SCSI_LPFC to workaround GCC ICE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
533
533
          To compile this driver as a module, choose M here: the
534
534
          module will be called i6300esb.
535
535
 
 
536
config INTEL_SCU_WATCHDOG
 
537
        bool "Intel SCU Watchdog for Mobile Platforms"
 
538
        depends on WATCHDOG
 
539
        depends on INTEL_SCU_IPC
 
540
        ---help---
 
541
          Hardware driver for the watchdog time built into the Intel SCU
 
542
          for Intel Mobile Platforms.
 
543
 
 
544
          To compile this driver as a module, choose M here.
 
545
 
536
546
config ITCO_WDT
537
547
        tristate "Intel TCO Timer/Watchdog"
538
548
        depends on (X86 || IA64) && PCI
580
590
        depends on X86 && EXPERIMENTAL
581
591
        ---help---
582
592
          This is the driver for the hardware watchdog on the ITE IT8702,
583
 
          IT8712, IT8716, IT8718, IT8720, IT8726, IT8712 Super I/O chips.
 
593
          IT8712, IT8716, IT8718, IT8720, IT8721, IT8726 Super I/O chips.
584
594
          This watchdog simply watches your kernel to make sure it doesn't
585
595
          freeze, and if it does, it reboots your computer after a certain
586
596
          amount of time.
589
599
          be called it87_wdt.
590
600
 
591
601
config HP_WATCHDOG
592
 
        tristate "HP Proliant iLO2+ Hardware Watchdog Timer"
 
602
        tristate "HP ProLiant iLO2+ Hardware Watchdog Timer"
593
603
        depends on X86
 
604
        default m
594
605
        help
595
606
          A software monitoring watchdog and NMI sourcing driver. This driver
596
607
          will detect lockups and provide a stack trace. This is a driver that
597
 
          will only load on a HP ProLiant system with a minimum of iLO2 support.
 
608
          will only load on an HP ProLiant system with a minimum of iLO2 support.
598
609
          To compile this driver as a module, choose M here: the module will be
599
610
          called hpwdt.
600
611
 
601
612
config HPWDT_NMI_DECODING
602
613
        bool "NMI decoding support for the HP ProLiant iLO2+ Hardware Watchdog Timer"
603
614
        depends on HP_WATCHDOG
 
615
        default y
604
616
        help
605
617
          When an NMI occurs this feature will make the necessary BIOS calls to
606
618
          log the cause of the NMI.
903
915
          timer expired and no process has written to /dev/watchdog during
904
916
          that time.
905
917
 
 
918
config JZ4740_WDT
 
919
        tristate "Ingenic jz4740 SoC hardware watchdog"
 
920
        depends on MACH_JZ4740
 
921
        help
 
922
          Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs.
 
923
 
906
924
config WDT_MTX1
907
925
        tristate "MTX-1 Hardware Watchdog"
908
926
        depends on MIPS_MTX1
915
933
        depends on SOC_PNX8335
916
934
        help
917
935
          Hardware driver for the PNX833x's watchdog. This is a
918
 
          watchdog timer that will reboot the machine after a programable
 
936
          watchdog timer that will reboot the machine after a programmable
919
937
          timer has expired and no process has written to /dev/watchdog during
920
938
          that time.
921
939
 
1083
1101
          To compile this driver as a module, choose M here: the
1084
1102
          module will be called shwdt.
1085
1103
 
1086
 
config SH_WDT_MMAP
1087
 
        bool "Allow mmap of SH WDT"
1088
 
        default n
1089
 
        depends on SH_WDT
1090
 
        help
1091
 
          If you say Y here, user applications will be able to mmap the
1092
 
          WDT/CPG registers.
1093
 
 
1094
1104
# SPARC Architecture
1095
1105
 
1096
1106
# SPARC64 Architecture
1119
1129
 
1120
1130
# XTENSA Architecture
1121
1131
 
 
1132
# Xen Architecture
 
1133
 
 
1134
config XEN_WDT
 
1135
        tristate "Xen Watchdog support"
 
1136
        depends on XEN
 
1137
        help
 
1138
          Say Y here to support the hypervisor watchdog capability provided
 
1139
          by Xen 4.0 and newer.  The watchdog timeout period is normally one
 
1140
          minute but can be changed with a boot-time parameter.
 
1141
 
1122
1142
#
1123
1143
# ISA-based Watchdog Cards
1124
1144
#