The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_GPIO_SX1509B

SX1509B I2C GPIO chip

Type: bool

Help

Enable driver for SX1509B I2C GPIO chip.

Direct dependencies

(I2C_1 && I2C && BOARD_NRF52_PCA20020) || (I2C && GPIO)

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

Defaults

Symbols selected by this symbol

Kconfig definitions

At boards/arm/nrf52_pca20020/Kconfig.defconfig:39

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config GPIO_SX1509B
    bool
    default "y" if I2C_1 && I2C && BOARD_NRF52_PCA20020
    depends on I2C_1 && I2C && BOARD_NRF52_PCA20020

At drivers/gpio/Kconfig.sx1509b:9

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

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

menuconfig GPIO_SX1509B
    bool
    prompt "SX1509B I2C GPIO chip" if I2C && GPIO
    select HAS_DTS_GPIO if I2C && GPIO
    depends on I2C && GPIO
    help
      Enable driver for SX1509B I2C GPIO chip.

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