CONFIG_GPIO_PCA953X¶
PCA953X I2C GPIO chip
Type: bool
Help¶
Enable driver for PCA953X I2C GPIO chip.
Default¶
n
Kconfig definition¶
At drivers/gpio/Kconfig.pca953x:10
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:36
→ drivers/gpio/Kconfig:110
Menu path: (Top) → Device Drivers → GPIO Drivers
menuconfig GPIO_PCA953X
bool "PCA953X I2C GPIO chip"
default n
depends on I2C && GPIO
help
Enable driver for PCA953X I2C GPIO chip.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)