aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/video/nexell/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/video/nexell/Kconfig')
-rw-r--r--roms/u-boot/drivers/video/nexell/Kconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/video/nexell/Kconfig b/roms/u-boot/drivers/video/nexell/Kconfig
new file mode 100644
index 000000000..54b8ccb56
--- /dev/null
+++ b/roms/u-boot/drivers/video/nexell/Kconfig
@@ -0,0 +1,27 @@
+if VIDEO_NX
+
+menu "LCD select"
+
+config VIDEO_NX_RGB
+ bool "RGB LCD"
+ help
+ Support for RGB lcd output.
+
+config VIDEO_NX_LVDS
+ bool "LVDS LCD"
+ help
+ Support for LVDS lcd output.
+
+config VIDEO_NX_MIPI
+ bool "MiPi"
+ help
+ Support for MiPi lcd output.
+
+config VIDEO_NX_HDMI
+ bool "HDMI"
+ help
+ Support for hdmi output.
+
+endmenu
+
+endif