We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878ab53 commit 5fb2767Copy full SHA for 5fb2767
drivers/i2c/Kconfig.stm32
@@ -55,4 +55,13 @@ config I2C_STM32_V2_TIMING
55
help
56
Enable STM32 driver bus to calculate the Timing.
57
58
+config I2C_STM32_V2_DMA
59
+ bool "DMA support"
60
+ depends on I2C_STM32_V2
61
+ select DMA
62
+ select CACHE_MANAGEMENT if CPU_HAS_DCACHE
63
+ select EXPERIMENTAL
64
+ help
65
+ Enable DMA support for the STM32 I2C driver.
66
+
67
endif # I2C_STM32
0 commit comments