CONFIG_GPIO_PCA95XX

PCA95XX I2C-based GPIO chip

Type: bool

Help

Enable driver for PCA95XX I2C-based GPIO chip.

Direct dependencies

I2C && GPIO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/gpio/Kconfig.pca95xx:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:26

Menu path: (Top) → Device Drivers → GPIO Drivers

menuconfig GPIO_PCA95XX
    bool "PCA95XX I2C-based GPIO chip"
    depends on I2C && GPIO
    help
      Enable driver for PCA95XX I2C-based GPIO chip.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)