CONFIG_ILI9340_CS_GPIO_PORT_NAME

Chip select GPIO controller port name

Type: string

Help

GPIO controller where the chip select pin is attached to.

Direct dependencies

ILI9340_GPIO_CS && ILI9340 && DISPLAY

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

Defaults

Kconfig definition

At drivers/display/Kconfig.ili9340:86

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:74drivers/display/Kconfig:18

Menu path: (top menu) → Device Drivers → Display Drivers → ILI9340 display driver

config ILI9340_CS_GPIO_PORT_NAME
    string
    prompt "Chip select GPIO controller port name" if ILI9340_GPIO_CS && ILI9340 && DISPLAY
    default "GPIO_0" if ILI9340_GPIO_CS && ILI9340 && DISPLAY
    depends on ILI9340_GPIO_CS && ILI9340 && DISPLAY
    help
      GPIO controller where the chip select pin is attached to.

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