1# SSD16XX display controller configuration options 2 3# Copyright (c) 2018 Phytec Messtechnik GmbH 4# SPDX-License-Identifier: Apache-2.0 5 6config SSD16XX 7 bool "SSD16XX compatible display controller driver" 8 default y 9 depends on \ 10 DT_HAS_SOLOMON_SSD1608_ENABLED || \ 11 DT_HAS_SOLOMON_SSD1673_ENABLED || \ 12 DT_HAS_SOLOMON_SSD1675A_ENABLED || \ 13 DT_HAS_SOLOMON_SSD1680_ENABLED || \ 14 DT_HAS_SOLOMON_SSD1681_ENABLED 15 select MIPI_DBI 16 help 17 Enable driver for SSD16XX compatible controller. 18