mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
19 lines
567 B
Text
19 lines
567 B
Text
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# (C) Copyright 2023 Texas Instruments Incorporated - https://www.ti.com/
|
||
|
# Nikhil M Jain, n-jain1@ti.com
|
||
|
#
|
||
|
# based on the linux tidss driver, which is
|
||
|
#
|
||
|
# (C) Copyright 2018 Texas Instruments Incorporated - https://www.ti.com/
|
||
|
# Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
||
|
|
||
|
menuconfig VIDEO_TIDSS
|
||
|
bool "Enable TIDSS video support"
|
||
|
depends on VIDEO
|
||
|
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.
|
||
|
|