diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2014-03-05 05:57:41 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-03-31 07:33:36 -0400 |
commit | 5e82ec94ac5d2d941414861654032543a75cf823 (patch) | |
tree | 313b11dae52df28c43727c91a0405bed419c0c95 | |
parent | 01b6af91593629224490b76c4bf4b0eb8cfbfb31 (diff) |
watchdog: bcm281xx: Fix Kconfig dependency
Use more the applicable ARCH_BCM_MOBILE option instead of ARCH_BCM as
dependency for bcm_kona_wdt.c.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Acked-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 90f950d039c4..f3e5effb78ab 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1168,7 +1168,7 @@ config BCM2835_WDT | |||
1168 | 1168 | ||
1169 | config BCM_KONA_WDT | 1169 | config BCM_KONA_WDT |
1170 | tristate "BCM Kona Watchdog" | 1170 | tristate "BCM Kona Watchdog" |
1171 | depends on ARCH_BCM | 1171 | depends on ARCH_BCM_MOBILE |
1172 | select WATCHDOG_CORE | 1172 | select WATCHDOG_CORE |
1173 | help | 1173 | help |
1174 | Support for the watchdog timer on the following Broadcom BCM281xx | 1174 | Support for the watchdog timer on the following Broadcom BCM281xx |