blob: 95086f3a5d6660fb5d07b78f5abe1b8c6b026840 [file] [log] [blame]
Nikhil M Jain5f9f8162023-01-31 15:35:17 +05301# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2023 Texas Instruments Incorporated - https://www.ti.com/
4# Nikhil M Jain, n-jain1@ti.com
5#
6# based on the linux tidss driver, which is
7#
8# (C) Copyright 2018 Texas Instruments Incorporated - https://www.ti.com/
9# Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
10
11menuconfig VIDEO_TIDSS
12 bool "Enable TIDSS video support"
13 depends on VIDEO
14 help
15 TIDSS supports video output options LVDS and
16 DPI . This option enables these supports which can be used on
17 devices which have OLDI or HDMI display connected.
18
Nikhil M Jain54929ec2023-04-20 17:41:00 +053019config SPL_VIDEO_TIDSS
20 bool "Enable TIDSS video support in SPL Stage"
21 depends on SPL_VIDEO
22 help
23 This options enables tidss driver in SPL stage. If
24 you need to use tidss at SPL stage use this config.