Skip to content

Commit

Permalink
i2c: i2c-stm32f7: Add slave support
Browse files Browse the repository at this point in the history
This patch adds slave support for I2C controller embedded in STM32F7 SoC

Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
  • Loading branch information
Pierre-Yves MORDRET authored and Wolfram Sang committed Apr 30, 2018
1 parent 8c7ecc9 commit 60d609f
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 6 deletions.
1 change: 1 addition & 0 deletions drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ config I2C_STM32F4
config I2C_STM32F7
tristate "STMicroelectronics STM32F7 I2C support"
depends on ARCH_STM32 || COMPILE_TEST
select I2C_SLAVE
help
Enable this option to add support for STM32 I2C controller embedded
in STM32F7 SoCs.
Expand Down
Loading

0 comments on commit 60d609f

Please sign in to comment.