zephyr/drivers/display/Kconfig.ssd1673
Ulf Magnusson 40436f730b kconfig: Use a short consistent prompt style
Same change as in commit 8cf8db3a73 ("Kconfig: Use a short, consistent
style for prompts"), fixing stuff that got introduced since then.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-02-27 09:23:30 +01:00

29 lines
494 B
Plaintext

# Kconfig - SSD1673 display controller configuration options
#
# Copyright (c) 2018 Phytec Messtechnik GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig SSD1673
bool "SSD1673 display driver"
depends on SPI
help
Enable driver for SSD1673 display driver.
if SSD1673
choice
prompt "EPD display"
default SSD1673_EPD_GDE0213B1
help
Specify the type of EPD connected to the SSD1673 controller.
config SSD1673_EPD_GDE0213B1
bool "GDE0213B1 2.13\""
endchoice
endif #SSD1673