Kconfig.atv 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. menu "ATV Modules"
  2. config ATV_SUPPORT
  3. bool "ATV SUPPORT"
  4. default y
  5. help
  6. Selecting this option causes analog function included.
  7. if (ATV_SUPPORT)
  8. config SUPPORT_ATV_PAL
  9. bool "Support PAL"
  10. default y
  11. help
  12. Support ATV PAL System
  13. config SUPPORT_ATV_NTSC
  14. bool "Support NTSC"
  15. default n
  16. help
  17. Support ATV NTSC System
  18. choice
  19. prompt "NTSC Audio Format"
  20. depends on SUPPORT_ATV_NTSC
  21. default SUPPORT_NTSC_MORMAL_AUDIO
  22. config SUPPORT_NTSC_MORMAL_AUDIO
  23. bool "Support NTSC-BTSC System(normal)"
  24. help
  25. NTSC sound system is BTSC (USA,Argentina)
  26. config SUPPORT_NTSC_NONSTD_AUDIO
  27. bool "Support NTSC-BG/DK/I System"
  28. help
  29. NTSC sound system is BG/DK/I
  30. config FORCE_SET_A2MN_FOR_NTSC
  31. bool "Force set A2-MN for NTSC(Korea)"
  32. help
  33. NTSC sound system is A2-MN (Korea)
  34. endchoice
  35. config SUPPORT_ATV_SECAM
  36. bool "Support SECAM"
  37. default y
  38. help
  39. Support ATV SECAM System
  40. config SUPPORT_ATV_PALM_N
  41. bool "Support PALM/N"
  42. default n
  43. help
  44. Support ATV PALM_N System
  45. config SUPPORT_ATV_SECAM_L_L1
  46. bool "Support SECAM L/L'"
  47. default n
  48. help
  49. Support ATV SECAM L/L' System
  50. config ATV_SERVICE_NUM
  51. int "Num of ATV Service"
  52. default 135
  53. help
  54. Define the number of service of ATV
  55. config SUPPORT_SW_AFC
  56. bool "Support SW AFC"
  57. default y
  58. help
  59. Define whether support SW AFC Function
  60. config SW_AFC_BW
  61. depends on SUPPORT_SW_AFC
  62. int "Input SW AFC Bandwidth(KHz)"
  63. default 2000
  64. help
  65. Input SW AFC Bandwidth
  66. config SUPPORT_HW_AFT
  67. depends on SUPPORT_SW_AFC && (!CHIP_330) && (!CHIP_301) && (!CHIP_501) && (!CHIP_502)
  68. bool "Analog demod support HW AFT funcion"
  69. default y
  70. help
  71. Analog demod support HW AFT funcion
  72. config ACI_SUPPORT
  73. depends on SUPPORT_TTX && !ATSC_SUPPORT
  74. bool "ACI Support"
  75. help
  76. Select ACI Support
  77. config SUPPORT_ATV_SCAN_NTSCM_PALM_N
  78. bool "ATV TABLE SCAN Support"
  79. default n
  80. help
  81. Select ATV TABLE SCAN Support
  82. config SUPPORT_ATV_MANUEL_BACKWARD_SEARCHING
  83. bool "ATV Manuel Scan Backward/forward Support"
  84. default n
  85. help
  86. Select ATV manual scan backward/foreward Support
  87. config WSS_SUPPORT
  88. bool "WSS Support"
  89. default y
  90. help
  91. Select WSS
  92. config ATVCY_NOCOLFREQ
  93. bool "Support Signal without H/V-sync"
  94. default n
  95. help
  96. Select Support Signal without H/V-sync
  97. config ENABLE_DECIMATION_FILTER
  98. depends on (CHIP_8506) || (CHIP_6710)
  99. bool "Analog demod enable decimation filter"
  100. default n
  101. help
  102. Analog demod support decimation filter
  103. config DISABLE_CHECK_VSYNC_IN_SCAN
  104. depends on (CHIP_8506) || (CHIP_8503E) || (CHIP_6710)
  105. bool "Disable check V-sync in channel scan"
  106. default n
  107. help
  108. Disable check V-sync in channel scan
  109. endif
  110. endmenu # "ATV Modules"