Commit b9b29090 authored by James Hogan's avatar James Hogan

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: default avatarJames Hogan <jhogan@kernel.org>
Acked-by: default avatarGuenter 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
parent 0b658a1e
...@@ -1602,7 +1602,7 @@ config BCM7038_WDT ...@@ -1602,7 +1602,7 @@ config BCM7038_WDT
config IMGPDC_WDT config IMGPDC_WDT
tristate "Imagination Technologies PDC Watchdog Timer" tristate "Imagination Technologies PDC Watchdog Timer"
depends on HAS_IOMEM depends on HAS_IOMEM
depends on METAG || MIPS || COMPILE_TEST depends on MIPS || COMPILE_TEST
select WATCHDOG_CORE select WATCHDOG_CORE
help help
Driver for Imagination Technologies PowerDown Controller Driver for Imagination Technologies PowerDown Controller
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment