summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/patches-3.14/006-mcs814x_wdt.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-04-11 10:28:03 +0000
committerLuka Perkov <luka@openwrt.org>2015-04-11 10:28:03 +0000
commitb976ac8b864e08a3a761ff638e86c9edc2480821 (patch)
tree14bb0e1a1f888e07f081289502d7cb752ec87c61 /target/linux/mcs814x/patches-3.14/006-mcs814x_wdt.patch
parentd21b92af8e17eaf1666baaf14e4d202c6381425d (diff)
downloadmaster-31e0f0ae-b976ac8b864e08a3a761ff638e86c9edc2480821.tar.gz
master-31e0f0ae-b976ac8b864e08a3a761ff638e86c9edc2480821.tar.bz2
master-31e0f0ae-b976ac8b864e08a3a761ff638e86c9edc2480821.zip
mcs814x: drop 3.14
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45372
Diffstat (limited to 'target/linux/mcs814x/patches-3.14/006-mcs814x_wdt.patch')
-rw-r--r--target/linux/mcs814x/patches-3.14/006-mcs814x_wdt.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/mcs814x/patches-3.14/006-mcs814x_wdt.patch b/target/linux/mcs814x/patches-3.14/006-mcs814x_wdt.patch
deleted file mode 100644
index 41157ea234..0000000000
--- a/target/linux/mcs814x/patches-3.14/006-mcs814x_wdt.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/drivers/watchdog/Kconfig
-+++ b/drivers/watchdog/Kconfig
-@@ -421,6 +421,12 @@ config SIRFSOC_WATCHDOG
- Support for CSR SiRFprimaII and SiRFatlasVI watchdog. When
- the watchdog triggers the system will be reset.
-
-+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
-@@ -58,6 +58,7 @@ obj-$(CONFIG_BCM2835_WDT) += bcm2835_wdt
- obj-$(CONFIG_MOXART_WDT) += moxart_wdt.o
- obj-$(CONFIG_SIRFSOC_WATCHDOG) += sirfsoc_wdt.o
- obj-$(CONFIG_BCM_KONA_WDT) += bcm_kona_wdt.o
-+obj-$(CONFIG_MCS814X_WATCHDOG) += mcs814x_wdt.o
-
- # AVR32 Architecture
- obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o