-
CONFIG_ILI9340
¶
ILI9340 display driver
Type: bool
Help¶
Enable driver for ILI9340 display driver.
Direct dependencies¶
(DISPLAY
&& SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
) || (DISPLAY
&& SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2
) || (SPI
&& DISPLAY
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At boards/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:11
Included via Kconfig:8
→ Kconfig.zephyr:24
Menu path: (Top)
config ILI9340 bool default y depends onDISPLAY
&&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)
config ILI9340 bool default y depends onDISPLAY
&&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
menuconfig ILI9340 bool "ILI9340 display driver" depends onSPI
&&DISPLAY
help Enable driver for ILI9340 display driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)