Merge branches 'acpi-sleep-fixes' and 'acpi-wdat-fixes'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Nov 2016 21:24:07 +0000 (22:24 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Nov 2016 21:24:07 +0000 (22:24 +0100)
* acpi-sleep-fixes:
  Revert "ACPI: Execute _PTS before system reboot"

* acpi-wdat-fixes:
  watchdog: wdat_wdt: Select WATCHDOG_CORE

1  2  3 
drivers/acpi/sleep.c
drivers/watchdog/Kconfig

Simple merge
@@@@ -152,19 -153,6 -152,20 +152,20 @@@@ config TANGOX_WATCHDO
   
          This driver can be built as a module. The module name is tangox_wdt.
   
 + config WDAT_WDT
 +      tristate "ACPI Watchdog Action Table (WDAT)"
 +      depends on ACPI
++      select WATCHDOG_CORE
 +      select ACPI_WATCHDOG
 +      help
 +        This driver adds support for systems with ACPI Watchdog Action
 +        Table (WDAT) table. Servers typically have this but it can be
 +        found on some desktop machines as well. This driver will take
 +        over the native iTCO watchdog driver found on many Intel CPUs.
 + 
 +        To compile this driver as module, choose M here: the module will
 +        be called wdat_wdt.
 + 
   config WM831X_WATCHDOG
        tristate "WM831x watchdog"
        depends on MFD_WM831X