mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
28 lines
340 B
Text
28 lines
340 B
Text
|
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
|