902f42f491
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers
* Move to using 'select SPI' instead of 'depends on'
(see commit df81fef944
for
more details)
Signed-off-by: Kumar Gala <galak@kernel.org>
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.
|