diff options
author | Pierre-Yves MORDRET <pierre-yves.mordret@st.com> | 2017-09-14 16:28:37 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-09-14 17:34:43 +0200 |
commit | aeb068c57214858b638d5ee627bb4a831f98771e (patch) | |
tree | b4f4fb484ee6fedfad3d306c0c6643d9ee1351e9 /drivers/i2c/busses/Kconfig | |
parent | i2c: i2c-stm32f4: use generic definition of speed enum (diff) | |
download | linux-aeb068c57214858b638d5ee627bb4a831f98771e.tar.xz linux-aeb068c57214858b638d5ee627bb4a831f98771e.zip |
i2c: i2c-stm32f7: add driver
This patch adds initial support for the STM32F7 I2C controller.
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>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 47165d7d486e..c06dce2c1da7 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -945,6 +945,16 @@ config I2C_STM32F4 This driver can also be built as module. If so, the module will be called i2c-stm32f4. +config I2C_STM32F7 + tristate "STMicroelectronics STM32F7 I2C support" + depends on ARCH_STM32 || COMPILE_TEST + help + Enable this option to add support for STM32 I2C controller embedded + in STM32F7 SoCs. + + This driver can also be built as module. If so, the module + will be called i2c-stm32f7. + config I2C_STU300 tristate "ST Microelectronics DDC I2C interface" depends on MACH_U300 |