The latest development version of this page may be more current than this released 1.14.1 version.
choice: EPD display

EPD display

Type: bool

Help

Specify the type of EPD connected to the SSD1673 controller.

Direct dependencies

SSD1673 && DISPLAY

(Includes any dependencies from if’s and menus.)

Choice options

Kconfig definition

At drivers/display/Kconfig.ssd1673:17

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:72drivers/display/Kconfig:28

Menu path: (top menu) → Device Drivers → Display Drivers → SSD1673 display driver

choice
    bool
    prompt "EPD display" if SSD1673 && DISPLAY
    default SSD1673_EPD_GDE0213B1 if SSD1673 && DISPLAY
    depends on SSD1673 && DISPLAY
    help
      Specify the type of EPD connected to the SSD1673 controller.

(Definitions include propagated dependencies, including from if’s and menus.)