This patch includes initial support for FT800 display driver. It includes basic features. It can be easily extended with more FT800 display list and co-processor features. Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
# FT8xx Embedded Video Engine configuration options
|
|
|
|
# Copyright (c) 2020-2021 Hubert Miś <hubert.mis@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config FT800
|
|
bool "FT800 Embedded Video Engine driver"
|
|
depends on SPI
|
|
help
|
|
Enable driver for FT800 controller.
|