Skip to content

Commit 7d67130

Browse files
committed
drivers: gpio: pca953x: select I2C
Select I2C instead of depending on it, following upstream policy. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 878edeb commit 7d67130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/Kconfig.pca953x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menuconfig GPIO_PCA953X
88
bool "PCA953X I2C GPIO chip"
99
default y
1010
depends on DT_HAS_TI_TCA9538_ENABLED
11-
depends on I2C
11+
select I2C
1212
help
1313
Enable driver for PCA953X I2C GPIO chip.
1414

0 commit comments

Comments
 (0)