123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- menu "Input Source Setting"
- config AV_SUPPORT
- bool
- prompt "Enable AV source"
- default y
- config SV_SUPPORT
- bool
- prompt "Enable SV source"
- default y
- config COMPONENT_SUPPORT
- bool
- prompt "Enable Component source"
- default y
- config PC_SUPPORT
- bool
- prompt "Enable Computer source"
- default y
- config SCART_SUPPORT
- bool
- prompt "Support Scart"
- default y
- config SUPPORT_SCART_OUT
- depends on SCART_SUPPORT
- bool
- prompt "Enable scart out"
- default y
- config SUPPORT_HDMI_SCART_OUT_ATV
- depends on SCART_SUPPORT
- bool
- prompt "Enable scart out ATV in HDMI source"
- default n
-
- config SUPPORT_CVBSOUT
- bool
- prompt "Enable CVBS out"
- default y
-
- config CVBSO_BUFFEROUT2
- bool
- prompt "Enable CVBS/SCART Out buffer2(Amplitude/2)"
- default n
-
- config HDMI_SUPPORT
- bool
- prompt "Support HDMI"
- default y
-
- config DDC_CI_SUPPORT
- bool
- prompt "Support DDC_CI"
- default n
- config MULTIMEDIA1_SUPPORT
- bool
- prompt "Support MultiMedia1"
- default n
-
- config SUPPORT_MONITOR
- bool
- prompt "Support MONITOR"
- default y
- config SUPPORT_MONITOR_POWERSAVE
- depends on SUPPORT_MONITOR
- bool
- prompt "Support MONITOR Power Save mode"
- default n
- endmenu
|