1# FT8xx Embedded Video Engine configuration options
2
3# Copyright (c) 2020-2021 Hubert Miś <hubert.mis@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config FT800
7	bool "FT800 Embedded Video Engine driver"
8	default y
9	depends on DT_HAS_FTDI_FT800_ENABLED
10	select SPI
11	help
12	  Enable driver for FT800 controller.
13
14config FT800_INIT_PRIORITY
15	int "FT800 init priority"
16	default 90
17	depends on FT800
18	help
19	  FT800 driver initialization priority in POST_KERNEL.
20