diff options
author | James Hogan <jhogan@kernel.org> | 2018-02-21 19:38:06 +0300 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-03-05 19:34:25 +0300 |
commit | b9b2909093ede6f0cea2beff201264f431504de3 (patch) | |
tree | f3c94b20445d827c491e1b753eeabd35f8aa9882 | |
parent | 0b658a1e9a58bdbe4863256a02f0b19f42de7acc (diff) | |
download | linux-b9b2909093ede6f0cea2beff201264f431504de3.tar.xz |
watchdog: imgpdc: Drop METAG dependency
Now that arch/metag/ has been removed, remove the METAG dependency from
the IMG IR device driver. The hardware is also present on MIPS SoCs so
the driver still has value.
Signed-off-by: James Hogan <jhogan@kernel.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
Cc: linux-watchdog@vger.kernel.org
Cc: linux-metag@vger.kernel.org
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index aff773bcebdb..152268010c45 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1602,7 +1602,7 @@ config BCM7038_WDT config IMGPDC_WDT tristate "Imagination Technologies PDC Watchdog Timer" depends on HAS_IOMEM - depends on METAG || MIPS || COMPILE_TEST + depends on MIPS || COMPILE_TEST select WATCHDOG_CORE help Driver for Imagination Technologies PowerDown Controller |