Kconfig.input 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. menu "Input Source Setting"
  2. config AV_SUPPORT
  3. bool
  4. prompt "Enable AV source"
  5. default y
  6. config SV_SUPPORT
  7. bool
  8. prompt "Enable SV source"
  9. default y
  10. config COMPONENT_SUPPORT
  11. bool
  12. prompt "Enable Component source"
  13. default y
  14. config PC_SUPPORT
  15. bool
  16. prompt "Enable Computer source"
  17. default y
  18. config SCART_SUPPORT
  19. bool
  20. prompt "Support Scart"
  21. default y
  22. config SUPPORT_SCART_OUT
  23. depends on SCART_SUPPORT
  24. bool
  25. prompt "Enable scart out"
  26. default y
  27. config SUPPORT_HDMI_SCART_OUT_ATV
  28. depends on SCART_SUPPORT
  29. bool
  30. prompt "Enable scart out ATV in HDMI source"
  31. default n
  32. config SUPPORT_CVBSOUT
  33. bool
  34. prompt "Enable CVBS out"
  35. default y
  36. config CVBSO_BUFFEROUT2
  37. bool
  38. prompt "Enable CVBS/SCART Out buffer2(Amplitude/2)"
  39. default n
  40. config HDMI_SUPPORT
  41. bool
  42. prompt "Support HDMI"
  43. default y
  44. config DDC_CI_SUPPORT
  45. bool
  46. prompt "Support DDC_CI"
  47. default n
  48. config MULTIMEDIA1_SUPPORT
  49. bool
  50. prompt "Support MultiMedia1"
  51. default n
  52. config SUPPORT_MONITOR
  53. bool
  54. prompt "Support MONITOR"
  55. default y
  56. config SUPPORT_MONITOR_POWERSAVE
  57. depends on SUPPORT_MONITOR
  58. bool
  59. prompt "Support MONITOR Power Save mode"
  60. default n
  61. endmenu