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) || (GPIO && I2C && GPIO)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

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:29drivers/Kconfig:34drivers/gpio/Kconfig:37

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

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

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