aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.10
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-17 16:36:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-07-17 16:36:03 +0000
commit75cfa4a0c2d44542862befaff32395a5ef5d9374 (patch)
tree4febbc9396d9cbf974b3a35ed0aa89a4778085ef /target/linux/atheros/patches-3.10
parentc02c7b6d67cd3daa4b7c8f3ce30a8c56aba91d1f (diff)
downloadmaster-187ad058-75cfa4a0c2d44542862befaff32395a5ef5d9374.tar.gz
master-187ad058-75cfa4a0c2d44542862befaff32395a5ef5d9374.tar.bz2
master-187ad058-75cfa4a0c2d44542862befaff32395a5ef5d9374.zip
atheros[ar2315-wdt]: rename config symbol
Rename config symbol to AR2315_WDT to avoid confusion with other Atheros SoCs. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-3.10')
-rw-r--r--target/linux/atheros/patches-3.10/130-watchdog.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/target/linux/atheros/patches-3.10/130-watchdog.patch b/target/linux/atheros/patches-3.10/130-watchdog.patch
index 5dd0e75842..b0284e738d 100644
--- a/target/linux/atheros/patches-3.10/130-watchdog.patch
+++ b/target/linux/atheros/patches-3.10/130-watchdog.patch
@@ -192,15 +192,16 @@
+MODULE_ALIAS("platform:" DRIVER_NAME);
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
-@@ -1113,6 +1113,12 @@ config LANTIQ_WDT
+@@ -1113,6 +1113,13 @@ config LANTIQ_WDT
help
Hardware driver for the Lantiq SoC Watchdog Timer.
-+config ATHEROS_WDT
-+ tristate "Atheros wisoc Watchdog Timer"
++config AR2315_WDT
++ tristate "Atheros AR2315+ WiSoCs Watchdog Timer"
+ depends on ATHEROS_AR231X
+ help
-+ Hardware driver for the Atheros wisoc Watchdog Timer.
++ Hardware driver for the built-in watchdog timer on the Atheros
++ AR2315/AR2316 WiSoCs.
+
# PARISC Architecture
@@ -211,7 +212,7 @@
obj-$(CONFIG_PNX833X_WDT) += pnx833x_wdt.o
obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
-+obj-$(CONFIG_ATHEROS_WDT) += ar2315-wtd.o
++obj-$(CONFIG_AR2315_WDT) += ar2315-wtd.o
obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
obj-$(CONFIG_OCTEON_WDT) += octeon-wdt.o
octeon-wdt-y := octeon-wdt-main.o octeon-wdt-nmi.o