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

SX1509B GPIO chip Device Name

Type: string

Help

Specify the device name for the SX1509B I2C GPIO chip.

Direct dependencies

GPIO_SX1509B && !HAS_DTS_I2C && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.sx1509b:25

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

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

config GPIO_SX1509B_DEV_NAME
    string
    prompt "SX1509B GPIO chip Device Name" if GPIO_SX1509B && !HAS_DTS_I2C && GPIO
    default "GPIO_P0" if GPIO_SX1509B && !HAS_DTS_I2C && GPIO
    depends on GPIO_SX1509B && !HAS_DTS_I2C && GPIO
    help
      Specify the device name for the SX1509B I2C GPIO chip.

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