:orphan: .. title:: ILI9340 .. option:: CONFIG_ILI9340 *ILI9340 display driver* Type: ``bool`` Help ==== Enable driver for ILI9340 display driver. Direct dependencies =================== (\ :option:`DISPLAY ` && \ :option:`SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 `) || (\ :option:`DISPLAY ` && \ :option:`SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 `) || (\ :option:`SPI ` && \ :option:`DISPLAY `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:24`` Menu path: (Top) .. parsed-literal:: config ILI9340 bool default y depends on \ :option:`DISPLAY ` && \ :option:`SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 ` ---- At ``boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config ILI9340 bool default y depends on \ :option:`DISPLAY ` && \ :option:`SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 ` ---- At ``drivers/display/Kconfig.ili9340:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:66`` → ``drivers/display/Kconfig:20`` Menu path: (Top) → Device Drivers → Display Drivers .. parsed-literal:: menuconfig ILI9340 bool "ILI9340 display driver" depends on \ :option:`SPI ` && \ :option:`DISPLAY ` help Enable driver for ILI9340 display driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*