Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1606629 > unrolled thread

[PATCH v3 5/5] ARM: configs: Add watchdog support in STM32 defconfig

Started byYannick Fertre <yannick.fertre@st.com>
First post2017-03-22 16:10 +0100
Last post2017-03-23 18:40 +0100
Articles 2 — 2 participants

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.


Contents

  [PATCH v3 5/5] ARM: configs: Add watchdog support in STM32 defconfig Yannick Fertre <yannick.fertre@st.com> - 2017-03-22 16:10 +0100
    Re: [PATCH v3 5/5] ARM: configs: Add watchdog support in STM32  defconfig Alexandre Torgue <alexandre.torgue@st.com> - 2017-03-23 18:40 +0100

#1606629 — [PATCH v3 5/5] ARM: configs: Add watchdog support in STM32 defconfig

FromYannick Fertre <yannick.fertre@st.com>
Date2017-03-22 16:10 +0100
Subject[PATCH v3 5/5] ARM: configs: Add watchdog support in STM32 defconfig
Message-ID<tnQ3E-4lf-23@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 a9d8e3c..83afa73 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -48,6 +48,7 @@ CONFIG_SERIAL_STM32=y
 CONFIG_SERIAL_STM32_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
 # 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

[toc] | [next] | [standalone]


#1607744 — Re: [PATCH v3 5/5] ARM: configs: Add watchdog support in STM32 defconfig

FromAlexandre Torgue <alexandre.torgue@st.com>
Date2017-03-23 18:40 +0100
SubjectRe: [PATCH v3 5/5] ARM: configs: Add watchdog support in STM32 defconfig
Message-ID<toeSm-5uK-13@gated-at.bofh.it>
In reply to#1606629
Hi,

On 03/22/2017 04:04 PM, Yannick Fertre wrote:
> This patch adds STM32 watchdog support in stm32_defconfig file
>
> Signed-off-by: Yannick Fertre <yannick.fertre@st.com>
> ---

Update commit header please (ARM: configs: stm32: Add watchdog support)

>  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 a9d8e3c..83afa73 100644
> --- a/arch/arm/configs/stm32_defconfig
> +++ b/arch/arm/configs/stm32_defconfig
> @@ -48,6 +48,7 @@ CONFIG_SERIAL_STM32=y
>  CONFIG_SERIAL_STM32_CONSOLE=y
>  # CONFIG_HW_RANDOM is not set
>  # CONFIG_HWMON is not set
> +CONFIG_WATCHDOG=y
>  CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_FIXED_VOLTAGE=y
>  # CONFIG_USB_SUPPORT is not set
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web