| # SPDX-License-Identifier: GPL-2.0-only | |
| config DEVICE_MODULES_MEDIATEK_WATCHDOG | |
| tristate "Mediatek SoCs watchdog support" | |
| depends on ARCH_MEDIATEK || COMPILE_TEST | |
| select WATCHDOG_CORE | |
| select RESET_CONTROLLER | |
| help | |
| Say Y here to include support for the watchdog timer | |
| in Mediatek SoCs. | |
| To compile this driver as a module, choose M here: the | |
| module will be called mtk_wdt. |