Skip to content

Commit 18672ba

Browse files
author
Tanguy Raufflet
committed
drivers: i2c: Kconfig.stm32: enable combined interrupt for STM32MP2
According to the STM32MP2 reference manual, the I2C controller uses a single interrupt line for all events (EV + ERR), so the combined interrupt must be enabled for the STM32MP2 series. Signed-off-by: Tanguy Raufflet <tanguy.raufflet@savoirfairelinux.com>
1 parent 884c7ac commit 18672ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/i2c/Kconfig.stm32

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ config I2C_STM32_COMBINED_INTERRUPT
4141
depends on I2C_STM32_INTERRUPT
4242
default y if SOC_SERIES_STM32C0X || SOC_SERIES_STM32F0X || \
4343
SOC_SERIES_STM32G0X || SOC_SERIES_STM32L0X || \
44-
SOC_SERIES_STM32U0X || SOC_SERIES_STM32WB0X
44+
SOC_SERIES_STM32U0X || SOC_SERIES_STM32WB0X || \
45+
SOC_SERIES_STM32MP2X
4546

4647
config I2C_STM32_BUS_RECOVERY
4748
bool "Bus recovery support"

0 commit comments

Comments
 (0)