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
commit6512aa455370c03c086a4c686cb10374365bb436 (patch)
tree9a5ec7a9dd891ad66f088ee261c5d83f6f0f5b01 /target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch
parentf7ece95303309a320b1f577b41332aa15b6469b6 (diff)
downloadupstream-6512aa455370c03c086a4c686cb10374365bb436.tar.gz
upstream-6512aa455370c03c086a4c686cb10374365bb436.tar.bz2
upstream-6512aa455370c03c086a4c686cb10374365bb436.zip
mcs814x: remove linux 3.3 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44106
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