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

PCAL9535A GPIO chip #3 Device Name

Type: string

Help

Specify the device name for the PCAL9535A I2C-based GPIO chip #3.

Direct dependencies

GPIO_PCAL9535A_3 && GPIO_PCAL9535A && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.pcal9535a:103

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_3_DEV_NAME
    string
    prompt "PCAL9535A GPIO chip #3 Device Name" if GPIO_PCAL9535A_3 && GPIO_PCAL9535A && GPIO
    default "GPIO_P3" if GPIO_PCAL9535A_3 && GPIO_PCAL9535A && GPIO
    depends on GPIO_PCAL9535A_3 && GPIO_PCAL9535A && GPIO
    help
      Specify the device name for the PCAL9535A I2C-based GPIO chip #3.

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