:orphan: .. title:: ILI9488 .. option:: CONFIG_ILI9488 *ILI9488 display driver* Type: ``bool`` Help ==== Enable driver for ILI9488 display driver. Direct dependencies =================== (\ :option:`DISPLAY ` && \ :option:`SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO `) || (\ :option:`DISPLAY ` && \ :option:`SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO `) || (\ :option:`SPI ` && \ :option:`DISPLAY `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`ILI9XXX ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config ILI9488 bool default y depends on \ :option:`DISPLAY ` && \ :option:`SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ` ---- At ``boards/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ILI9488 bool default y depends on \ :option:`DISPLAY ` && \ :option:`SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ` ---- At ``drivers/display/Kconfig.ili9xxx:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:20`` Menu path: (Top) → Device Drivers → Display Drivers .. parsed-literal:: config ILI9488 bool "ILI9488 display driver" select \ :option:`ILI9XXX ` depends on \ :option:`SPI ` && \ :option:`DISPLAY ` help Enable driver for ILI9488 display driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*