:orphan: .. title:: CONFIG_ILI9XXX .. kconfig:: CONFIG_ILI9XXX CONFIG_ILI9XXX ############## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Hidden configuration entry for all ILI9XXX drivers. Direct dependencies =================== \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ILI9340 ` - \ :kconfig:`ILI9341 ` - \ :kconfig:`ILI9488 ` Kconfig definition ================== At ``/display/Kconfig.ili9xxx:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:26`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig config ILI9XXX bool depends on DISPLAY help Hidden configuration entry for all ILI9XXX drivers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*