choice: LCD

LCD

Type: bool

Help

Specify the type of LCD connected to the ILI9340 display controller.

Direct dependencies

ILI9340 && DISPLAY

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/display/Kconfig.ili9340:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:72<Zephyr>/drivers/display/Kconfig:20

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

choice
    bool "LCD"
    default ILI9340_LCD_ADAFRUIT_1480
    depends on ILI9340 && DISPLAY
    help
      Specify the type of LCD connected to the ILI9340 display controller.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)