diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2013-11-22 17:56:03 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-01-28 15:13:50 -0500 |
commit | 6adb730dc2085c16c52a2f991cc1661e4a7fd6d5 (patch) | |
tree | 629e9b34c2d55eb452eeedcbe2a733c8272943e1 /arch | |
parent | 2c34d59916bd82efe6544f39ec162e8c9236009d (diff) |
watchdog: bcm281xx: Watchdog Driver
This commit adds support for the watchdog timer used on the BCM281xx
family of SoCs.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Matt Porter <matt.porter@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/bcm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index 2c38fdf1951d..fc3afd887a26 100644 --- a/arch/arm/configs/bcm_defconfig +++ b/arch/arm/configs/bcm_defconfig | |||
@@ -126,3 +126,5 @@ CONFIG_CRC7=y | |||
126 | CONFIG_XZ_DEC=y | 126 | CONFIG_XZ_DEC=y |
127 | CONFIG_AVERAGE=y | 127 | CONFIG_AVERAGE=y |
128 | CONFIG_PINCTRL_CAPRI=y | 128 | CONFIG_PINCTRL_CAPRI=y |
129 | CONFIG_WATCHDOG=y | ||
130 | CONFIG_BCM_KONA_WDT=y | ||