[PATCH v1] ARM: configs: stm32: Add I2C support in STM32 defconfig
Pierre-Yves MORDRET
pierre-yves.mordret at st.com
Fri Sep 29 05:13:13 PDT 2017
This patch adds I2C support for STM32
Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret at st.com>
---
Version history:
v1:
* Initial
---
---
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 3ed3158..80c7406 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
--
2.7.4
More information about the linux-arm-kernel
mailing list