123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- menu "ATV Modules"
- config ATV_SUPPORT
- bool "ATV SUPPORT"
- default y
- help
- Selecting this option causes analog function included.
- if (ATV_SUPPORT)
- config SUPPORT_ATV_PAL
- bool "Support PAL"
- default y
- help
- Support ATV PAL System
- config SUPPORT_ATV_NTSC
- bool "Support NTSC"
- default n
- help
- Support ATV NTSC System
- choice
- prompt "NTSC Audio Format"
- depends on SUPPORT_ATV_NTSC
- default SUPPORT_NTSC_MORMAL_AUDIO
- config SUPPORT_NTSC_MORMAL_AUDIO
- bool "Support NTSC-BTSC System(normal)"
- help
- NTSC sound system is BTSC (USA,Argentina)
-
- config SUPPORT_NTSC_NONSTD_AUDIO
- bool "Support NTSC-BG/DK/I System"
- help
- NTSC sound system is BG/DK/I
- config FORCE_SET_A2MN_FOR_NTSC
- bool "Force set A2-MN for NTSC(Korea)"
- help
- NTSC sound system is A2-MN (Korea)
-
- endchoice
- config SUPPORT_ATV_SECAM
- bool "Support SECAM"
- default y
- help
- Support ATV SECAM System
- config SUPPORT_ATV_PALM_N
- bool "Support PALM/N"
- default n
- help
- Support ATV PALM_N System
- config SUPPORT_ATV_SECAM_L_L1
- bool "Support SECAM L/L'"
- default n
- help
- Support ATV SECAM L/L' System
- config ATV_SERVICE_NUM
- int "Num of ATV Service"
- default 135
- help
- Define the number of service of ATV
- config SUPPORT_SW_AFC
- bool "Support SW AFC"
- default y
- help
- Define whether support SW AFC Function
- config SW_AFC_BW
- depends on SUPPORT_SW_AFC
- int "Input SW AFC Bandwidth(KHz)"
- default 2000
- help
- Input SW AFC Bandwidth
- config SUPPORT_HW_AFT
- depends on SUPPORT_SW_AFC && (!CHIP_330) && (!CHIP_301) && (!CHIP_501) && (!CHIP_502)
- bool "Analog demod support HW AFT funcion"
- default y
- help
- Analog demod support HW AFT funcion
- config ACI_SUPPORT
- depends on SUPPORT_TTX && !ATSC_SUPPORT
- bool "ACI Support"
- help
- Select ACI Support
- config SUPPORT_ATV_SCAN_NTSCM_PALM_N
- bool "ATV TABLE SCAN Support"
- default n
- help
- Select ATV TABLE SCAN Support
- config SUPPORT_ATV_MANUEL_BACKWARD_SEARCHING
- bool "ATV Manuel Scan Backward/forward Support"
- default n
- help
- Select ATV manual scan backward/foreward Support
- config WSS_SUPPORT
- bool "WSS Support"
- default y
- help
- Select WSS
- config ATVCY_NOCOLFREQ
- bool "Support Signal without H/V-sync"
- default n
- help
- Select Support Signal without H/V-sync
- config ENABLE_DECIMATION_FILTER
- depends on (CHIP_8506) || (CHIP_6710)
- bool "Analog demod enable decimation filter"
- default n
- help
- Analog demod support decimation filter
- config DISABLE_CHECK_VSYNC_IN_SCAN
- depends on (CHIP_8506) || (CHIP_8503E) || (CHIP_6710)
- bool "Disable check V-sync in channel scan"
- default n
- help
- Disable check V-sync in channel scan
-
- endif
- endmenu # "ATV Modules"
|