diff options
author | Pierre-Yves MORDRET <pierre-yves.mordret@st.com> | 2017-10-06 10:53:06 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2017-10-06 10:53:15 +0300 |
commit | e956ccfba71d7698af0959072861e06f0bcb7221 (patch) | |
tree | 3b18ee1a0fa5891e4b90fe55bc133510eaad3754 /arch/arm/configs | |
parent | 70168a8d8bfe77b08beba91c742ed5b1d03452d8 (diff) | |
download | linux-e956ccfba71d7698af0959072861e06f0bcb7221.tar.xz |
ARM: configs: stm32: Add I2C F7 support in STM32 defconfig
This patch adds I2C F7 support for STM32
Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/configs')
-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 3a5361c18863..35dec195d340 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -49,6 +49,7 @@ CONFIG_SERIAL_STM32_CONSOLE=y CONFIG_I2C=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_STM32F4=y +CONFIG_I2C_STM32F7=y CONFIG_GPIO_STMPE=y # CONFIG_HWMON is not set CONFIG_WATCHDOG=y |