12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
|
# GD7965 display controller configuration options
|
||
|
|
||
|
# Copyright (c) 2020 Phytec Messtechnik GmbH
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config GD7965
|
||
|
bool "GD7965 compatible display controller driver"
|
||
|
depends on SPI
|
||
|
depends on HEAP_MEM_POOL_SIZE != 0
|
||
|
help
|
||
|
Enable driver for GD7965 compatible controller.
|