diff options
author | Marc Gonzalez <marc_gonzalez@sigmadesigns.com> | 2016-01-21 09:27:07 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-01-31 10:52:29 -0500 |
commit | c75f6c5ac0877e8d9728f680aa324e9adeff91e1 (patch) | |
tree | 3b2258e57a0b04eee815ee108cb70d3a31627d9d | |
parent | 99f08ca84156f08b8545f7a5bfedfdd2452c4556 (diff) |
watchdog: tango: rename ARCH_TANGOX to ARCH_TANGO
This change was requested by arm-soc maintainer Kevin Hilman
because the X in TANGOX is a wildcard.
Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Acked-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 4f0e7be0da34..e723e0169f88 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -145,7 +145,7 @@ config MENF21BMC_WATCHDOG | |||
145 | config TANGOX_WATCHDOG | 145 | config TANGOX_WATCHDOG |
146 | tristate "Sigma Designs SMP86xx/SMP87xx watchdog" | 146 | tristate "Sigma Designs SMP86xx/SMP87xx watchdog" |
147 | select WATCHDOG_CORE | 147 | select WATCHDOG_CORE |
148 | depends on ARCH_TANGOX || COMPILE_TEST | 148 | depends on ARCH_TANGO || COMPILE_TEST |
149 | help | 149 | help |
150 | Support for the watchdog in Sigma Designs SMP86xx (tango3) | 150 | Support for the watchdog in Sigma Designs SMP86xx (tango3) |
151 | and SMP87xx (tango4) family chips. | 151 | and SMP87xx (tango4) family chips. |