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

CONFIG_GPIO_SX1509B

SX1509B I2C GPIO chip

Type: bool

Help

Enable driver for SX1509B I2C GPIO chip.

Direct dependencies

I2C && GPIO

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At drivers/gpio/Kconfig.sx1509b:9

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:36drivers/gpio/Kconfig:60

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

menuconfig GPIO_SX1509B
    bool "SX1509B I2C GPIO chip"
    default n
    depends on I2C && GPIO
    help
      Enable driver for SX1509B I2C GPIO chip.

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