Nikhil M Jain | 5f9f816 | 2023-01-31 15:35:17 +0530 | [diff] [blame] | 1 | # 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 | |
| 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. |
| 18 | |
Nikhil M Jain | 54929ec | 2023-04-20 17:41:00 +0530 | [diff] [blame] | 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. |