You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
325 B
11 lines
325 B
3 years ago
|
# Copyright (c) 2020 Phytec Messtechnik GmbH, Peter Johanson
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
# IL0323 display controller configuration options
|
||
|
|
||
|
config IL0323
|
||
|
bool "IL0323 compatible display controller driver"
|
||
|
depends on SPI
|
||
|
depends on HEAP_MEM_POOL_SIZE != 0
|
||
|
help
|
||
|
Enable driver for IL0323 compatible controller.
|