You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
808 B
25 lines
808 B
--- a/drivers/watchdog/Kconfig
|
|
+++ b/drivers/watchdog/Kconfig
|
|
@@ -505,6 +505,12 @@ config MESON_WATCHDOG
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called meson_wdt.
|
|
|
|
+config MCS814X_WATCHDOG
|
|
+ tristate "Moschip MCS814x watchdog"
|
|
+ depends on WATCHDOG_CORE && ARCH_MCS814X
|
|
+ help
|
|
+ Support for the Moschip MCS814x SoCs on-chip watchdog timer.
|
|
+
|
|
# AVR32 Architecture
|
|
|
|
config AT32AP700X_WDT
|
|
--- a/drivers/watchdog/Makefile
|
|
+++ b/drivers/watchdog/Makefile
|
|
@@ -63,6 +63,7 @@ obj-$(CONFIG_QCOM_WDT) += qcom-wdt.o
|
|
obj-$(CONFIG_BCM_KONA_WDT) += bcm_kona_wdt.o
|
|
obj-$(CONFIG_TEGRA_WATCHDOG) += tegra_wdt.o
|
|
obj-$(CONFIG_MESON_WATCHDOG) += meson_wdt.o
|
|
+obj-$(CONFIG_MCS814X_WATCHDOG) += mcs814x_wdt.o
|
|
|
|
# AVR32 Architecture
|
|
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o
|
|
|