From bd71698a6676e1c5b9676191be05c8a86c6a146f Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Wed, 14 Sep 2022 11:29:46 +0200 Subject: [PATCH] drivers: gpio: pca953x: select I2C Select I2C instead of depending on it, following upstream policy. Signed-off-by: Pieter De Gendt --- drivers/gpio/Kconfig.pca953x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig.pca953x b/drivers/gpio/Kconfig.pca953x index 5ed94370824..0bcb54cb8e5 100644 --- a/drivers/gpio/Kconfig.pca953x +++ b/drivers/gpio/Kconfig.pca953x @@ -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.