summaryrefslogtreecommitdiff
path: root/drivers/video/tidss/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tidss/Kconfig')
-rw-r--r--drivers/video/tidss/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/video/tidss/Kconfig b/drivers/video/tidss/Kconfig
new file mode 100644
index 0000000000..2a5e56ea4e
--- /dev/null
+++ b/drivers/video/tidss/Kconfig
@@ -0,0 +1,18 @@
+# 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.
+