diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-05-20 12:07:29 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-06-16 13:40:47 -0700 |
commit | 62be424799edc734ea71ead9b6200951674f3484 (patch) | |
tree | 8c99d5343f049ad446458d49d38a24e2f5fa54f0 /arch/arm | |
parent | 63087386c0429d663203c20e42b520d612326b2b (diff) | |
download | blackbird-op-linux-62be424799edc734ea71ead9b6200951674f3484.tar.gz blackbird-op-linux-62be424799edc734ea71ead9b6200951674f3484.zip |
ARM: multi_v7_defconfig: Enable BCM7038 Watchdog
The BCM7038 watchdog is used by all Broadcom STB SoCs but is not needed
for system reboot, we just turn it on as a module.
Acked-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 95638b42c41f..bfa79b3bffa7 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -457,6 +457,7 @@ CONFIG_MESON_WATCHDOG=y CONFIG_DW_WATCHDOG=y CONFIG_DIGICOLOR_WATCHDOG=y CONFIG_BCM2835_WDT=y +CONFIG_BCM7038_WDT=m CONFIG_MFD_AS3711=y CONFIG_MFD_AS3722=y CONFIG_MFD_ATMEL_FLEXCOM=y |