Skip to content

Commit 7ecc8cf

Browse files
stmordretWolfram Sang
authored andcommitted
i2c: i2c-stm32f7: Add DMA support
This patch adds DMA support for i2c-stm32f7 driver 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>
1 parent bb8822c commit 7ecc8cf

File tree

2 files changed

+196
-21
lines changed

2 files changed

+196
-21
lines changed

drivers/i2c/busses/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ obj-$(CONFIG_I2C_SIRF) += i2c-sirf.o
9494
obj-$(CONFIG_I2C_SPRD) += i2c-sprd.o
9595
obj-$(CONFIG_I2C_ST) += i2c-st.o
9696
obj-$(CONFIG_I2C_STM32F4) += i2c-stm32f4.o
97-
obj-$(CONFIG_I2C_STM32F7) += i2c-stm32f7.o
97+
i2c-stm32f7-drv-objs := i2c-stm32f7.o i2c-stm32.o
98+
obj-$(CONFIG_I2C_STM32F7) += i2c-stm32f7-drv.o
9899
obj-$(CONFIG_I2C_STU300) += i2c-stu300.o
99100
obj-$(CONFIG_I2C_SUN6I_P2WI) += i2c-sun6i-p2wi.o
100101
obj-$(CONFIG_I2C_SYNQUACER) += i2c-synquacer.o

0 commit comments

Comments
 (0)