diff options
author | Jean Delvare <jdelvare@suse.de> | 2016-02-24 10:17:26 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-01 09:16:17 -0500 |
commit | 972ec3510330c9d639c0dd72960e9aa02915855c (patch) | |
tree | 2fb3f5f0a4b78a788e7f51fe26c69383ead3ab34 /drivers/watchdog/Kconfig | |
parent | c3525e3f09526b3ea2b59bb8f9b78cb2ff19a094 (diff) |
watchdog: Add hardware dependency to BCM7038 driver
The BCM7038 watchdog driver is specific to Broadcom ARM and MIPS
SoCs so do not present it on other architectures, unless
build-testing.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Justin Chen <justinpopo6@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index fc1b2959c0b3..5f29f72f4691 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1380,10 +1380,12 @@ config BCM7038_WDT | |||
1380 | tristate "BCM7038 Watchdog" | 1380 | tristate "BCM7038 Watchdog" |
1381 | select WATCHDOG_CORE | 1381 | select WATCHDOG_CORE |
1382 | depends on HAS_IOMEM | 1382 | depends on HAS_IOMEM |
1383 | depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST | ||
1383 | help | 1384 | help |
1384 | Watchdog driver for the built-in hardware in Broadcom 7038 SoCs. | 1385 | Watchdog driver for the built-in hardware in Broadcom 7038 and |
1385 | 1386 | later SoCs used in set-top boxes. BCM7038 was made public | |
1386 | Say 'Y or 'M' here to enable the driver. | 1387 | during the 2004 CES, and since then, many Broadcom chips use this |
1388 | watchdog block, including some cable modem chips. | ||
1387 | 1389 | ||
1388 | config IMGPDC_WDT | 1390 | config IMGPDC_WDT |
1389 | tristate "Imagination Technologies PDC Watchdog Timer" | 1391 | tristate "Imagination Technologies PDC Watchdog Timer" |