The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_GPIO_PCAL9535A

PCAL9535A I2C-based GPIO chip

Type: bool

Help

Enable driver for PCAL9535A I2C-based GPIO chip.

Direct dependencies

(GPIO && I2C && BOARD_GALILEO) || (I2C && GPIO)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/x86/galileo/Kconfig.defconfig:31

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config GPIO_PCAL9535A
    bool
    default "y" if GPIO && I2C && BOARD_GALILEO
    depends on GPIO && I2C && BOARD_GALILEO

At drivers/gpio/Kconfig.pcal9535a:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:27

Menu path: (top menu) → Device Drivers → GPIO Drivers

menuconfig GPIO_PCAL9535A
    bool
    prompt "PCAL9535A I2C-based GPIO chip" if I2C && GPIO
    depends on I2C && GPIO
    help
      Enable driver for PCAL9535A I2C-based GPIO chip.

(Definitions include propagated dependencies, including from if’s and menus.)