OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/drivers/watchdog/Kconfig |
2 | +++ b/drivers/watchdog/Kconfig |
||
3 | @@ -505,6 +505,12 @@ config MESON_WATCHDOG |
||
4 | To compile this driver as a module, choose M here: the |
||
5 | module will be called meson_wdt. |
||
6 | |||
7 | +config MCS814X_WATCHDOG |
||
8 | + tristate "Moschip MCS814x watchdog" |
||
9 | + depends on WATCHDOG_CORE && ARCH_MCS814X |
||
10 | + help |
||
11 | + Support for the Moschip MCS814x SoCs on-chip watchdog timer. |
||
12 | + |
||
13 | # AVR32 Architecture |
||
14 | |||
15 | config AT32AP700X_WDT |
||
16 | --- a/drivers/watchdog/Makefile |
||
17 | +++ b/drivers/watchdog/Makefile |
||
18 | @@ -63,6 +63,7 @@ obj-$(CONFIG_QCOM_WDT) += qcom-wdt.o |
||
19 | obj-$(CONFIG_BCM_KONA_WDT) += bcm_kona_wdt.o |
||
20 | obj-$(CONFIG_TEGRA_WATCHDOG) += tegra_wdt.o |
||
21 | obj-$(CONFIG_MESON_WATCHDOG) += meson_wdt.o |
||
22 | +obj-$(CONFIG_MCS814X_WATCHDOG) += mcs814x_wdt.o |
||
23 | |||
24 | # AVR32 Architecture |
||
25 | obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o |