aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2015-08-06 08:46:26 -0400
committerLee Jones <lee.jones@linaro.org>2015-08-11 10:03:52 -0400
commit2a7a0e9bf7b32e838d873226808ab8a6c00148f7 (patch)
tree2afcbc24cf7d7ae96066b56dba25eacddf6a83fe /drivers/watchdog/Kconfig
parent9424693035a57961a8eb09e96aab315a7096535d (diff)
watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
The revision of the watchdog hardware in Sunrisepoint necessitates a new "version" inside the TCO watchdog driver because some of the register layouts have changed. Also update the Kconfig entry to select both the LPC and SMBus drivers since the TCO device is on the SMBus in Sunrisepoint. Signed-off-by: Matt Fleming <matt.fleming@intel.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 241fafde42cb..55c4b5b0a317 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -797,7 +797,8 @@ config ITCO_WDT
797 tristate "Intel TCO Timer/Watchdog" 797 tristate "Intel TCO Timer/Watchdog"
798 depends on (X86 || IA64) && PCI 798 depends on (X86 || IA64) && PCI
799 select WATCHDOG_CORE 799 select WATCHDOG_CORE
800 select LPC_ICH 800 select LPC_ICH if !EXPERT
801 select I2C_I801 if !EXPERT
801 ---help--- 802 ---help---
802 Hardware driver for the intel TCO timer based watchdog devices. 803 Hardware driver for the intel TCO timer based watchdog devices.
803 These drivers are included in the Intel 82801 I/O Controller 804 These drivers are included in the Intel 82801 I/O Controller