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

PCAL9535A GPIO chip #0

Type: bool

Help

Enable config options for the PCAL9535A I2C-based GPIO chip #0.

Direct dependencies

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

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

At drivers/gpio/Kconfig.pcal9535a:23

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

Menu path: (top menu) → Device Drivers → GPIO Drivers → PCAL9535A I2C-based GPIO chip

config GPIO_PCAL9535A_0
    bool
    prompt "PCAL9535A GPIO chip #0" if GPIO_PCAL9535A && GPIO
    depends on GPIO_PCAL9535A && GPIO
    help
      Enable config options for the PCAL9535A I2C-based GPIO chip #0.

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