drivers: gpio: pca953x: select I2C

Select I2C instead of depending on it, following upstream policy.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2022-09-14 11:29:46 +02:00 committed by Carles Cufí
parent 58e8e56d2d
commit bd71698a66

View file

@ -8,7 +8,7 @@ menuconfig GPIO_PCA953X
bool "PCA953X I2C GPIO chip"
default y
depends on DT_HAS_TI_TCA9538_ENABLED
depends on I2C
select I2C
help
Enable driver for PCA953X I2C GPIO chip.