CONFIG_ILI9340_GPIO_CS

Use GPIO pin for chip select

Type: bool

Help

Use GPIO pin for chips select.

Direct dependencies

ILI9340 && DISPLAY

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/display/Kconfig.ili9340:79

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

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

config ILI9340_GPIO_CS
    bool
    prompt "Use GPIO pin for chip select" if ILI9340 && DISPLAY
    depends on ILI9340 && DISPLAY
    help
      Use GPIO pin for chips select.

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