https://github.com/torvalds/linux
Revision ccce27c0fe9dd61bc35ba2f52a2de485008c53ed authored by Linus Torvalds on 28 June 2012, 18:51:19 UTC, committed by Linus Torvalds on 28 June 2012, 18:51:19 UTC
Pull watchdog fixes from Wim Van Sebroeck:
 "This fixes:
   - the WDIOC_GETSTATUS return value
   - the unregister of all NMI events on exit
   - the loading of the iTCO_wdt driver after the conversion to the
     lpc_ich mfd model."

* git://www.linux-watchdog.org/linux-watchdog:
  watchdog: core: fix WDIOC_GETSTATUS return value
  watchdog: hpwdt: Unregister NMI events on exit.
  watchdog: iTCO_wdt: add platform driver module alias
2 parent s 221d3eb + 8b9468d
Raw File
Tip revision: ccce27c0fe9dd61bc35ba2f52a2de485008c53ed authored by Linus Torvalds on 28 June 2012, 18:51:19 UTC
Merge git://www.linux-watchdog.org/linux-watchdog
Tip revision: ccce27c
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top