summaryrefslogtreecommitdiff
path: root/drivers/video/tidss/Kconfig
blob: 3291b3ceb8d58f6ec2e3661c171c89ae2fee3f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2023 Texas Instruments Incorporated - https://www.ti.com/
# Nikhil M Jain, [email protected]
#
# based on the linux tidss driver, which is
#
# (C) Copyright 2018 Texas Instruments Incorporated - https://www.ti.com/
# Author: Tomi Valkeinen <[email protected]>

menuconfig VIDEO_TIDSS
	bool "Enable TIDSS video support"
	depends on VIDEO
	imply VIDEO_DAMAGE
	help
	  TIDSS supports  video output options LVDS and
	  DPI . This option enables these supports which can be used on
	  devices which have OLDI or HDMI display connected.

config SPL_VIDEO_TIDSS
	bool "Enable TIDSS video support in SPL Stage"
	depends on SPL_VIDEO
	help
	  This options enables tidss driver in SPL stage. If
	  you need to use tidss at SPL stage use this config.