Skip to content

Commit 4a94a33

Browse files
erwangonashif
authored andcommitted
drivers: i2c: stm32: LL API C filers are not required
From some reason, STM32 I2C drivers selected the compilation of C files of the I2C LL API. This is actually not required, so remove this dependency. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 2ee5a24 commit 4a94a33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/i2c/Kconfig.stm32

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ config I2C_STM32_V1
1515
bool
1616
default y
1717
depends on DT_HAS_ST_STM32_I2C_V1_ENABLED
18-
select USE_STM32_LL_I2C
1918
select I2C_STM32_INTERRUPT if I2C_TARGET
2019
help
2120
Driver variant matching `st,stm32-i2c-v1` compatible.
@@ -24,8 +23,6 @@ config I2C_STM32_V2
2423
bool
2524
default y
2625
depends on DT_HAS_ST_STM32_I2C_V2_ENABLED
27-
select USE_STM32_LL_I2C
28-
select USE_STM32_LL_RCC if SOC_SERIES_STM32F0X || SOC_SERIES_STM32F3X
2926
select I2C_STM32_INTERRUPT if I2C_TARGET
3027
help
3128
Driver variant matching `st,stm32-i2c-v2` compatible.

0 commit comments

Comments
 (0)