diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2013-11-22 14:56:03 -0800 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-01-28 21:13:50 +0100 |
commit | 6adb730dc2085c16c52a2f991cc1661e4a7fd6d5 (patch) | |
tree | 629e9b34c2d55eb452eeedcbe2a733c8272943e1 /arch/arm | |
parent | 2c34d59916bd82efe6544f39ec162e8c9236009d (diff) | |
download | linux-6adb730dc2085c16c52a2f991cc1661e4a7fd6d5.tar.gz linux-6adb730dc2085c16c52a2f991cc1661e4a7fd6d5.tar.bz2 linux-6adb730dc2085c16c52a2f991cc1661e4a7fd6d5.zip |
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/arm')
-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 CONFIG_XZ_DEC=y CONFIG_AVERAGE=y CONFIG_PINCTRL_CAPRI=y +CONFIG_WATCHDOG=y +CONFIG_BCM_KONA_WDT=y |