Merge tag 'u-boot-stm32-20250131' of https://source.denx.de/u-boot/custodians/u-boot-stm
[u-boot.git] / drivers / video / tidss / Kconfig
blob95086f3a5d6660fb5d07b78f5abe1b8c6b026840
1 # SPDX-License-Identifier: GPL-2.0+
3 # (C) Copyright 2023 Texas Instruments Incorporated - https://www.ti.com/
4 # Nikhil M Jain, n-jain1@ti.com
6 # based on the linux tidss driver, which is
8 # (C) Copyright 2018 Texas Instruments Incorporated - https://www.ti.com/
9 # Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
11 menuconfig 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.
19 config 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.