Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1617936
| From | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 5/5] ARM: configs: stm32: Add watchdog support in STM32 defconfig |
| Date | 2017-04-06 14:30 +0200 |
| Message-ID | <tteI3-8tl-33@gated-at.bofh.it> (permalink) |
| References | <tteI2-8tl-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch adds STM32 watchdog support in stm32_defconfig file Signed-off-by: Yannick Fertre <yannick.fertre@st.com> --- arch/arm/configs/stm32_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 29ac5a4..1fb901c 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -51,6 +51,7 @@ CONFIG_I2C=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_STM32F4=y # CONFIG_HWMON is not set +CONFIG_WATCHDOG=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y # CONFIG_USB_SUPPORT is not set -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/5] STM32 Independent watchdog Yannick Fertre <yannick.fertre@st.com> - 2017-04-06 14:30 +0200 [PATCH v5 5/5] ARM: configs: stm32: Add watchdog support in STM32 defconfig Yannick Fertre <yannick.fertre@st.com> - 2017-04-06 14:30 +0200 [PATCH v5 2/5] drivers: watchdog: Add STM32 IWDG driver Yannick Fertre <yannick.fertre@st.com> - 2017-04-06 14:30 +0200
csiph-web