Skip to content

Commit 343fddd

Browse files
erwangoMaureenHelm
authored andcommitted
drivers: i2c: stm32: Use device tree as single source of compatibility
Some text in help section was documenting the compatibility of driver variants with stm32 series. This is duplicate of information versus device tree which should be used as single source of information for hardware description. Remove these lines, so we don't have to touch this driver each time a series is added. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent fe9893e commit 343fddd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

drivers/i2c/Kconfig.stm32

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ config I2C_STM32_V1
1919
select USE_STM32_LL_I2C
2020
select I2C_STM32_INTERRUPT if I2C_SLAVE
2121
help
22-
Enable I2C support on the STM32 F1 and F4X family of processors. This
23-
driver also supports the F2 and L1 series.
22+
Driver variant matching `st,stm32-i2c-v1` compatible.
2423

2524
config I2C_STM32_V2
2625
bool
@@ -29,9 +28,7 @@ config I2C_STM32_V2
2928
select USE_STM32_LL_RCC if SOC_SERIES_STM32F0X || SOC_SERIES_STM32F3X
3029
select I2C_STM32_INTERRUPT if I2C_SLAVE
3130
help
32-
Enable I2C support on the STM32 F0, F3, F7, L4, WBX, MP1, G0, G4, WL and
33-
H7 family of processors.
34-
This driver also supports the L0 series.
31+
Driver variant matching `st,stm32-i2c-v2` compatible.
3532
If I2C_SLAVE is enabled it selects I2C_STM32_INTERRUPT, since slave mode
3633
is only supported by this driver with interrupts enabled.
3734

0 commit comments

Comments
 (0)