drivers: i2c: stm32: add support for H7 series
Enable I2C driver for STM32 H7 series. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
f2b9e5235f
commit
39b1f6cbba
6 changed files with 172 additions and 4 deletions
|
@ -42,4 +42,8 @@ config GPIO_STM32_PORTK
|
|||
|
||||
endif # GPIO_STM32
|
||||
|
||||
config I2C_STM32_V2
|
||||
default y
|
||||
depends on I2C_STM32
|
||||
|
||||
endif # SOC_SERIES_STM32H7X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue