:orphan: .. title:: CONFIG_ILI9341 .. kconfig:: CONFIG_ILI9341 CONFIG_ILI9341 ############## *ILI9341 display driver* Type: ``bool`` Help ==== .. code-block:: none Enable driver for ILI9341 display driver. Direct dependencies =================== \ :kconfig:`SPI ` && \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`ILI9XXX ` Kconfig definition ================== At ``/display/Kconfig.ili9xxx:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:26`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig config ILI9341 bool "ILI9341 display driver" select ILI9XXX depends on SPI && DISPLAY help Enable driver for ILI9341 display driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*