-
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¶
- “GPIO_0” if
ILI9340_GPIO_CS
&&ILI9340
&&DISPLAY
Kconfig definition¶
At drivers/display/Kconfig.ili9340:86
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:74
→ drivers/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" ifILI9340_GPIO_CS
&&ILI9340
&&DISPLAY
default "GPIO_0" ifILI9340_GPIO_CS
&&ILI9340
&&DISPLAY
depends onILI9340_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.)