aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-01-24 20:01:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-01-24 20:01:33 +0000
commitcdad29a7c1b734b87d8c3c76cc6429a21770f6ae (patch)
treecd66e48872706fb6b0292d0716ba1aaf1be448fa /target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch
parent7c9617f664ed00990c69322e19b4de16a3049c0a (diff)
downloadmaster-187ad058-cdad29a7c1b734b87d8c3c76cc6429a21770f6ae.tar.gz
master-187ad058-cdad29a7c1b734b87d8c3c76cc6429a21770f6ae.tar.bz2
master-187ad058-cdad29a7c1b734b87d8c3c76cc6429a21770f6ae.zip
mcs814x: remove linux 3.3 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44106 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch')
-rw-r--r--target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch b/target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch
deleted file mode 100644
index 83547aab78..0000000000
--- a/target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/drivers/watchdog/Kconfig
-+++ b/drivers/watchdog/Kconfig
-@@ -343,6 +343,12 @@ config IMX2_WDT
- To compile this driver as a module, choose M here: the
- module will be called imx2_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
-@@ -53,6 +53,7 @@ obj-$(CONFIG_STMP3XXX_WATCHDOG) += stmp3
- obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o
- obj-$(CONFIG_TS72XX_WATCHDOG) += ts72xx_wdt.o
- obj-$(CONFIG_IMX2_WDT) += imx2_wdt.o
-+obj-$(CONFIG_MCS814X_WATCHDOG) += mcs814x_wdt.o
-
- # AVR32 Architecture
- obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o