Commit d1ec74ab5a48d794c5e3671a895d49d162d0f916

Authored by Wim Van Sebroeck
1 parent f3ea733e2e

watchdog: intel_scu_watchdog: fix Kconfig dependency

Kernel symbol X86_MRST has been removed from the kernel.
INTEL_SCU_WATCHDOG driver can never be compiled due dependence of X86_MRST
which remained in the drivers/watchdog/Kconfig.

Reported-by: Alexander Shiyan <shc_work@mail.ru>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/watchdog/Kconfig
... ... @@ -594,7 +594,7 @@
594 594  
595 595 config INTEL_SCU_WATCHDOG
596 596 bool "Intel SCU Watchdog for Mobile Platforms"
597   - depends on X86_MRST
  597 + depends on X86_INTEL_MID
598 598 ---help---
599 599 Hardware driver for the watchdog time built into the Intel SCU
600 600 for Intel Mobile Platforms.