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.
|