diff options
author | Yannick Fertre <yannick.fertre@st.com> | 2017-06-08 12:56:16 +0300 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-06-08 15:52:13 +0300 |
commit | 1800e6dd2c99649efcfbd40c37288c163089df69 (patch) | |
tree | 2a55cad4739b163a11692e41ac24c1653d0df1bd /arch/arm/configs/stm32_defconfig | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-1800e6dd2c99649efcfbd40c37288c163089df69.tar.xz |
ARM: configs: stm32: Add watchdog support in STM32 defconfig
This patch adds STM32 watchdog support in stm32_defconfig file
Signed-off-by: Yannick Fertre <yannick.fertre@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/configs/stm32_defconfig')
-rw-r--r-- | arch/arm/configs/stm32_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index a0975386a96c..0a9fdcbea32e 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -52,6 +52,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 |