13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
# SSD16XX display controller configuration options
|
|
|
|
# Copyright (c) 2018 Phytec Messtechnik GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SSD16XX
|
|
bool "SSD16XX compatible display controller driver"
|
|
default y
|
|
depends on DT_HAS_SOLOMON_SSD16XXFB_ENABLED
|
|
select SPI
|
|
help
|
|
Enable driver for SSD16XX compatible controller.
|