aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/nexell/Kconfig
blob: 54b8ccb56e153263c7665115225201da8739b9ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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