blob: 54b8ccb56e153263c7665115225201da8739b9ec [file] [log] [blame]
Stefan Bosch5ed5ad42020-07-10 19:07:36 +02001if VIDEO_NX
2
3menu "LCD select"
4
5config VIDEO_NX_RGB
6 bool "RGB LCD"
7 help
8 Support for RGB lcd output.
9
10config VIDEO_NX_LVDS
11 bool "LVDS LCD"
12 help
13 Support for LVDS lcd output.
14
15config VIDEO_NX_MIPI
16 bool "MiPi"
17 help
18 Support for MiPi lcd output.
19
20config VIDEO_NX_HDMI
21 bool "HDMI"
22 help
23 Support for hdmi output.
24
25endmenu
26
27endif