Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1613160 > unrolled thread
| Started by | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| First post | 2017-03-30 17:20 +0200 |
| Last post | 2017-03-30 17:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v4 5/5] ARM: configs: stm32: Add watchdog support in STM32 defconfig Yannick Fertre <yannick.fertre@st.com> - 2017-03-30 17:20 +0200
| From | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| Date | 2017-03-30 17:20 +0200 |
| Subject | [PATCH v4 5/5] ARM: configs: stm32: Add watchdog support in STM32 defconfig |
| Message-ID | <tqK1H-8eB-11@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web