Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1534772
| From | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: multi_v7_defconfig: set bcm47xx watchdog |
| Date | 2016-12-02 10:50 +0100 |
| Message-ID | <sJSDD-26e-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Correct the bcm47xx watchdog option. The convention of bcm watchdogs is the _WDT suffix. Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> --- Detected by running scripts/checkkconfigsymbols.py arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6014a6be8459..028d2b70e3b5 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -471,7 +471,7 @@ CONFIG_MESON_WATCHDOG=y CONFIG_DW_WATCHDOG=y CONFIG_DIGICOLOR_WATCHDOG=y CONFIG_BCM2835_WDT=y -CONFIG_BCM47XX_WATCHDOG=y +CONFIG_BCM47XX_WDT=y CONFIG_BCM7038_WDT=m CONFIG_BCM_KONA_WDT=y CONFIG_MFD_ACT8945A=y -- 2.10.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: multi_v7_defconfig: set bcm47xx watchdog Valentin Rothberg <valentinrothberg@gmail.com> - 2016-12-02 10:50 +0100 Re: [PATCH] ARM: multi_v7_defconfig: set bcm47xx watchdog Florian Fainelli <f.fainelli@gmail.com> - 2016-12-08 04:00 +0100
csiph-web