File tree Expand file tree Collapse file tree 3 files changed +983
-0
lines changed Expand file tree Collapse file tree 3 files changed +983
-0
lines changed Original file line number Diff line number Diff line change @@ -945,6 +945,16 @@ config I2C_STM32F4
945
945
This driver can also be built as module. If so, the module
946
946
will be called i2c-stm32f4.
947
947
948
+ config I2C_STM32F7
949
+ tristate "STMicroelectronics STM32F7 I2C support"
950
+ depends on ARCH_STM32 || COMPILE_TEST
951
+ help
952
+ Enable this option to add support for STM32 I2C controller embedded
953
+ in STM32F7 SoCs.
954
+
955
+ This driver can also be built as module. If so, the module
956
+ will be called i2c-stm32f7.
957
+
948
958
config I2C_STU300
949
959
tristate "ST Microelectronics DDC I2C interface"
950
960
depends on MACH_U300
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ obj-$(CONFIG_I2C_SIRF) += i2c-sirf.o
94
94
obj-$(CONFIG_I2C_SPRD) += i2c-sprd.o
95
95
obj-$(CONFIG_I2C_ST) += i2c-st.o
96
96
obj-$(CONFIG_I2C_STM32F4) += i2c-stm32f4.o
97
+ obj-$(CONFIG_I2C_STM32F7) += i2c-stm32f7.o
97
98
obj-$(CONFIG_I2C_STU300) += i2c-stu300.o
98
99
obj-$(CONFIG_I2C_SUN6I_P2WI) += i2c-sun6i-p2wi.o
99
100
obj-$(CONFIG_I2C_TEGRA) += i2c-tegra.o
You can’t perform that action at this time.
0 commit comments