Skip to content

Commit 60d609f

Browse files
stmordretWolfram Sang
authored andcommitted
i2c: i2c-stm32f7: Add slave support
This patch adds slave support for I2C controller embedded in STM32F7 SoC Signed-off-by: M'boumba Cedric Madianga <[email protected]> Signed-off-by: Pierre-Yves MORDRET <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 8c7ecc9 commit 60d609f

File tree

2 files changed

+429
-6
lines changed

2 files changed

+429
-6
lines changed

drivers/i2c/busses/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,7 @@ config I2C_STM32F4
944944
config I2C_STM32F7
945945
tristate "STMicroelectronics STM32F7 I2C support"
946946
depends on ARCH_STM32 || COMPILE_TEST
947+
select I2C_SLAVE
947948
help
948949
Enable this option to add support for STM32 I2C controller embedded
949950
in STM32F7 SoCs.

0 commit comments

Comments
 (0)