-
CONFIG_SSD16XX
¶
SSD16XX compatible display controller driver
Type: bool
Help¶
Enable driver for SSD16XX compatible controller.
Direct dependencies¶
(DISPLAY
&& (SHIELD_WAVESHARE_EPAPER_GDEH029A1
|| SHIELD_WAVESHARE_EPAPER_GDEH0213B1
|| SHIELD_WAVESHARE_EPAPER_GDEH0213B72
)) || (DISPLAY
&& (BOARD_REEL_BOARD
|| BOARD_REEL_BOARD_V2
)) || (DISPLAY
&& (SHIELD_WAVESHARE_EPAPER_GDEH029A1
|| SHIELD_WAVESHARE_EPAPER_GDEH0213B1
|| SHIELD_WAVESHARE_EPAPER_GDEH0213B72
)) || (SPI
&& DISPLAY
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
Kconfig definitions¶
At boards/shields/waveshare_epaper/Kconfig.defconfig:15
Included via Kconfig:8
→ Kconfig.zephyr:24
Menu path: (Top)
config SSD16XX bool default y depends onDISPLAY
&& (SHIELD_WAVESHARE_EPAPER_GDEH029A1
||SHIELD_WAVESHARE_EPAPER_GDEH0213B1
||SHIELD_WAVESHARE_EPAPER_GDEH0213B72
)
At boards/arm/reel_board/Kconfig.defconfig:89
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config SSD16XX bool default y depends onDISPLAY
&& (BOARD_REEL_BOARD
||BOARD_REEL_BOARD_V2
)
At boards/shields/waveshare_epaper/Kconfig.defconfig:15
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config SSD16XX bool default y depends onDISPLAY
&& (SHIELD_WAVESHARE_EPAPER_GDEH029A1
||SHIELD_WAVESHARE_EPAPER_GDEH0213B1
||SHIELD_WAVESHARE_EPAPER_GDEH0213B72
)
At drivers/display/Kconfig.ssd16xx:6
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:66
→ drivers/display/Kconfig:23
Menu path: (Top) → Device Drivers → Display Drivers
config SSD16XX bool "SSD16XX compatible display controller driver" depends onSPI
&&DISPLAY
help Enable driver for SSD16XX compatible controller.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)