CONFIG_ILI9340_SPI_SLAVE_NUMBER

SPI Slave number where ILI9340 is connected

Type: int

Help

The number of the slave on the host controller to which ILI9340 is connected.

Direct dependencies

ILI9340 && DISPLAY

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

Defaults

Kconfig definition

At drivers/display/Kconfig.ili9340:28

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

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

config ILI9340_SPI_SLAVE_NUMBER
    int
    prompt "SPI Slave number where ILI9340 is connected" if ILI9340 && DISPLAY
    default 0 if ILI9340 && DISPLAY
    depends on ILI9340 && DISPLAY
    help
      The number of the slave on the host controller to which ILI9340 is
      connected.

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