:orphan: .. title:: CONFIG_ILI9488 .. kconfig:: CONFIG_ILI9488 CONFIG_ILI9488 ############## *ILI9488 display driver* Type: ``bool`` Help ==== .. code-block:: none Enable driver for ILI9488 display driver. Direct dependencies =================== (\ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`SPI ` && \ :kconfig:`DISPLAY `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`ILI9XXX ` Kconfig definitions =================== At ``/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config ILI9488 bool default y depends on DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ---- At ``/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config ILI9488 bool default y depends on DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ---- At ``/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ILI9488 bool default y depends on DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ---- At ``/display/Kconfig.ili9xxx:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:26`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig config ILI9488 bool "ILI9488 display driver" select ILI9XXX depends on SPI && DISPLAY help Enable driver for ILI9488 display driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*