1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447 |
- menu "Modules Select"
- menu "Bootloader Select"
- menu "Bootloader OTA Upgrade Select"
- config SUPPORT_BOOTLOADER_SSU_UPGRADE
- bool "SUPPORT_BOOTLOADER_SSU_UPGRADE"
- default y
- help
- Define Bootloader SSU Upgrade
- config SUPPORT_BOOTLOADER_OAD_UPGRADE
- bool "SUPPORT_BOOTLOADER_OAD_UPGRADE"
- default y
- help
- Define Bootloader OAD Upgrade
- config SUPPORT_BOOTLOADER_OTA_UPGRADE
- bool
- default y if (SUPPORT_BOOTLOADER_SSU_UPGRADE || SUPPORT_BOOTLOADER_OAD_UPGRADE)
- endmenu # "bootloader Upgrade Select"
- config SUPPORT_CMD_WAKE_UP
- bool "Support Send UART Command Wake Up"
- default n
- help
- Send 'k' 'a' deviceID '01' to wake up system
-
- config SUPPORT_LOGO
- bool "Support Show logo"
- default y
- help
- Enable or Disable Show logo
-
- config SUPPORT_SECOND_LOGO
- bool "Support Show Second logo"
- depends on SUPPORT_LOGO
- default n
- help
- Enable or Disable Show Second logo
-
- config SUPPORT_MUTIPLE_LOGO
- bool "Support Mutiple logo"
- depends on SUPPORT_LOGO
- default n
- help
- Enable or Disable Mutiple logo
-
- config ENABLE_MUTIPLE_LOGO2
- bool "Enable Logo2"
- depends on SUPPORT_MUTIPLE_LOGO
- default n
- help
- Enable or Disable Mutiple logo2
-
- config MUTIPLE_LOGO2_FILENAME
- string "Logo2 file name"
- depends on ENABLE_MUTIPLE_LOGO2
- default "n"
- help
- Logo2 filename
-
- config MUTIPLE_LOGO2_MAX_SIZE
- string "Logo2 max size"
- depends on ENABLE_MUTIPLE_LOGO2
- default "n"
- help
- Logo2 module max size
- config ENABLE_MUTIPLE_LOGO3
- bool "Enable Logo3"
- depends on SUPPORT_MUTIPLE_LOGO
- default n
- help
- Enable or Disable Mutiple logo3
- config MUTIPLE_LOGO3_FILENAME
- string "Logo3 file name"
- depends on ENABLE_MUTIPLE_LOGO3
- default "n"
- help
- Logo3 filename
-
- config MUTIPLE_LOGO3_MAX_SIZE
- string "Logo3 max size"
- depends on ENABLE_MUTIPLE_LOGO3
- default "n"
- help
- Logo3 module max size
-
- config ENABLE_MUTIPLE_LOGO4
- bool "Enable Logo4"
- depends on SUPPORT_MUTIPLE_LOGO
- default n
- help
- Enable or Disable Mutiple logo4
- config MUTIPLE_LOGO4_FILENAME
- string "Logo4 file name"
- depends on ENABLE_MUTIPLE_LOGO4
- default "n"
- help
- Logo4 filename
-
- config MUTIPLE_LOGO4_MAX_SIZE
- string "Logo4 max size"
- depends on ENABLE_MUTIPLE_LOGO4
- default "n"
- help
- Logo4 module max size
-
- config LOGO_FULL
- depends on SUPPORT_LOGO
- bool "Logo full panel"
- default n
- help
- Enlarge jpeg logo to panel size
- config SUPPORT_CAPTURE_LOGO
- bool "Support Capture logo"
- default y
- help
- Enable or Disable Capture logo
- config CAPTURE_LOGO_MAX_SIZE
- string "Capture logo max size(unit:KB)"
- depends on SUPPORT_CAPTURE_LOGO
- default "n"
- help
- Capture logo module max size
-
- config SUPPORT_BOOT_MUSIC
- bool "Support Boot Music"
- default n
- help
- Enable or Disable Boot Music
- config BOOT_MUSIC_FILENAME
- string "Boot Music file name"
- depends on SUPPORT_BOOT_MUSIC
- default "n"
- help
- Logo4 filename
-
- config BOOT_MUSIC_MAX_SIZE
- string "Boot Music max size"
- depends on SUPPORT_BOOT_MUSIC
- default "n"
- help
- Boot Music module max size
-
- config SUPPORT_BOOT_MOVIE
- bool "Support Boot Movie"
- default n
- help
- Enable or Disable Boot Movie
- config BOOT_MOVIE_FILENAME
- string "Boot Movie file name"
- depends on SUPPORT_BOOT_MOVIE
- default "n"
- help
- Logo4 filename
-
- config BOOT_MOVIE_MAX_SIZE
- string "Boot Movie max size"
- depends on SUPPORT_BOOT_MOVIE
- default "n"
- help
- Boot Movie module max size
-
- config SUPPORT_BURN_MUSIC
- bool "Support Burn Music"
- default n
- help
- Enable or Disable Burn Music
- config BURN_MUSIC_FILENAME
- string "Burn Music file name"
- depends on SUPPORT_BURN_MUSIC
- default "n"
- help
- Music filename
-
- config BURN_MUSIC_MAX_SIZE
- string "Burn Music max size"
- depends on SUPPORT_BURN_MUSIC
- default "n"
- help
- Burn Music module max size
-
- config SUPPORT_BOOT_AGING_TEST
- bool "Support Boot Aging test"
- default n
- help
- Enable or Disable Boot Aging test.
-
- config STANDBY_LED_USE_PWM_CONTROL
- bool "Standby LED use pwm control"
- default n
- help
- Enable or Disable use pwm comtrol LED when standby.
- config AC_IN_8051_DELAY
- bool "AC ON delay in 8051"
- default n
- help
- Delay times to avoid AC power unstable bouncing��
- config AC_IN_8051_DELAY_SECONDS
- int "AC ON delay seconds in 8051"
- depends on AC_IN_8051_DELAY
- default 2
- help
- Delay 2 or 30 seconds to avoid AC power unstable bouncing ��
-
- config AC_SPECIAL_FILE_CHECK
- bool
- prompt "AC_Special file exist"
- default n
- config USB_TWO_WAY_SPECIAL_FILE_CHECK
- bool
- depends on AC_SPECIAL_FILE_CHECK
- prompt "Usb two way special file check"
- default n
- config SPECIAL_FILE_1
- depends on AC_SPECIAL_FILE_CHECK
- string "SPECIAL_FILE_1"
- config SPECIALFILE1_CONTAINCHECK
- bool
- depends on AC_SPECIAL_FILE_CHECK
- prompt "SPECIALFILE1 CONTAINCHECK"
- default n
- config SPECIAL_FILE_2
- depends on AC_SPECIAL_FILE_CHECK
- string "SPECIAL_FILE_2"
- config SUPPORT_IR_INI
- bool
- depends on AC_SPECIAL_FILE_CHECK
- prompt "SUPPORT_IR_INI"
- default n
- config HDMI_NOSIGNAL_POWEROFF_HDMI_WAKE_UP
- bool "Support HDMI no signal standby wake up by hpd 5v"
- default n
-
- config SUPPORT_ALL_HDMI_PORTS_WAKE_UP
- depends on HDMI_NOSIGNAL_POWEROFF_HDMI_WAKE_UP
- bool "Support all hdmi ports wake up"
- default n
-
- menu "What reference use for hdmi wake up?"
- depends on SUPPORT_ALL_HDMI_PORTS_WAKE_UP
- config USE_HDMI_EDID_COUNT_WAKE_UP
- bool "reference hdmi edid count for wake up "
- default n
- config USE_HDMI_CLK_DETECT_WAKE_UP
- bool "reference hdmi clock for wake up"
- default y
- endmenu
-
- config HDMI_SUPPORT_LEGACY_DVD_WAKE_UP
- depends on HDMI_NOSIGNAL_POWEROFF_HDMI_WAKE_UP
- bool "Support legacy source device wake up"
- default n
-
- menu "which port support legacy dvd wake up"
- depends on HDMI_SUPPORT_LEGACY_DVD_WAKE_UP
- config HDMI_PORT_A_SUPPORT_LEGACY_DVD_WAKE_UP
- bool "CONFIG_HDMI_PORT_A_SUPPORT_LEGACY_DVD_WAKE_UP"
- config HDMI_PORT_B_SUPPORT_LEGACY_DVD_WAKE_UP
- bool "CONFIG_HDMI_PORT_B_SUPPORT_LEGACY_DVD_WAKE_UP"
- config HDMI_PORT_C_SUPPORT_LEGACY_DVD_WAKE_UP
- bool "CONFIG_HDMI_PORT_C_SUPPORT_LEGACY_DVD_WAKE_UP"
- endmenu
- config SUPPORT_LOAD_KERNEL_FROM_USB
- bool "Support load kernel from usb at startup"
- default n
-
- config BOOTUP_WITH_EXTRA_ROOTFS
- bool "Bootup with extra rootfs"
- default n
- help
- This option can speed up the boot speed.
- when the system rootfs is too large, you can consider turning on this option.
- endmenu # Bootloader Select
- menu "Upgrade Select"
- config SUPPORT_USB_UPGRADE
- bool "SUPPORT_USB_UPGRADE"
- default y
- help
- Define USB Upgrade
- config SUPPORT_U2I_UPGRADE
- bool "SUPPORT_U2I_UPGRADE"
- default n
- help
- Define U2I Upgrade
- comment "BOOTROM"
- config CODE_INCOMPLETE_CHECK
- bool "CODE_INCOMPLETE_CHECK"
- default y
- help
- DO NOT USE WHEN ROMTER IS ENABLE
-
- choice
- prompt "AC Upgrade Options"
- optional
-
- config AC_PWRKEY_UPGRADE
- depends on SUPPORT_USB_UPGRADE
- bool "AC_PWRKEY_UPGRADE"
-
- config AC_AUTO_UPGRADE
- depends on SUPPORT_USB_UPGRADE
- bool "AC_AUTO_UPGRADE"
-
- endchoice
-
- choice
- prompt "Behavior after ac auto|pwrkey upgrade"
- bool
- default AC_AUTO_UPDATE_WAIT_ACOFF
-
- config AC_AUTO_UPDATE_WAIT_ACOFF
- depends on AC_AUTO_UPGRADE || AC_PWRKEY_UPGRADE
- bool "WAIT_ACOFF"
-
- config AC_AUTO_UPDATE_GOTO_STANDBY
- depends on AC_AUTO_UPGRADE || AC_PWRKEY_UPGRADE
- bool "GOTO_STANDBY"
-
- config AC_AUTO_UPDATE_DIRECT_BOOTUP
- depends on AC_AUTO_UPGRADE || AC_PWRKEY_UPGRADE
- bool "DIRECT_BOOTUP"
-
- endchoice
- config AC_AUTO_UPDATE_CLEAN_NVM
- depends on AC_AUTO_UPGRADE || AC_PWRKEY_UPGRADE
- bool "AC_AUTO_UPDATE_CLEAN_NVM"
- default y
- config PRELOAD_DB_FROM_USB
- bool "PRELOAD_DB_FROM_USB"
- default n
- help
- PRELOAD USER DATA BASE INTO FLASH FROM THE BIN FILE IN USB
- comment "KERNEL"
- config SUPPORT_USB_AUTO_UPGRADE
- depends on SUPPORT_USB_UPGRADE
- bool "SUPPORT_USB_AUTO_UPGRADE"
- default y
- help
- Define USB Auto Upgrade
- config CONFIRM_AUTO_UPGRADE
- depends on SUPPORT_USB_AUTO_UPGRADE
- bool "CONFIRM_AUTO_UPGRADE"
- default n
- help
- use pop menu to confirm if upgrade
- config UPGRADE_AND_GO_FACMODE
- bool "UPGRADE_AND_GO_FACMODE"
- default N
- help
- enter factory mode after upgrade
-
- config ENFORCE_UPGRADE
- depends on SUPPORT_USB_AUTO_UPGRADE
- bool "ENFORCE_UPGRADE"
- default n
-
- config HDCPKEY_PREFIX
- depends on SUPPORT_USB_UPGRADE
- string "HDCPkey BIN file Prefix"
- default "HDCPKey_"
-
- config HDCP2XKEY_PREFIX
- depends on SUPPORT_USB_UPGRADE
- string "HDCP2Xkey BIN file Prefix"
- default "HDCP2XKey_"
-
- endmenu # Upgrade Select
-
- menu "AUDIO SETTING"
- config SUPPORT_DOLBY_AUDIO
- bool "Support DOLBY Audio"
- default y
- choice
- prompt "DOLBY_REGION"
- default DOLBY_REGION_EU
- config DOLBY_REGION_EU
- bool "DOLBY_REGION_EU"
- config DOLBY_REGION_ATSC
- bool "DOLBY_REGION_ATSC"
- config DOLBY_REGION_OTHERS
- bool "DOLBY_REGION_OTHERS"
- help
- DOLBY LICENSE ISSUE
- endchoice
- config SUPPORT_AUDIO_CODEC_OVERLAY
- bool "Support AudioRom Load Codec (Codec Overlay)"
- default n if((CHIP_531||CHIP_506||CHIP_8501||CHIP_8503||CHIP_533))
- config AUDIO_16_BIT_MEMORY
- bool "Support_AUDIO_OUTPUT_16_BIT_MODE"
- default n if((CHIP_531||CHIP_506||CHIP_8501||CHIP_8503||CHIP_533))
-
- config AUDIOROMTYPE
- string #"AudioROM BIN NAME"
- default "AudioROM_6710_XBN.bin" if(!SUPPORT_DOLBY_AUDIO &&(CHIP_6710) && !SUPPORT_MONITOR)
- default "AudioROM_6710_Monitor_XBN.bin" if(!SUPPORT_DOLBY_AUDIO &&(CHIP_6710) && SUPPORT_MONITOR)
- config DAC_OFF_DELAY_TIME
- int "DAC POWER OFF TIME"
- default 2000
-
- config AUDIO_FEATURE
- hex "Audio Feature(eg DOLBY:0x0000003f,UnDOLBY:0x00000029)"
- default 0x000000FF
- help
- type audio feature define for supported(Note. AudioRom also support these feature)
- defaut support MP3,AAC,REAL,WMASTD, VORBIS (0x000000AB)
- #define AUDIO_FEATURE_MP3 0x00000001
- #define AUDIO_FEATURE_AAC 0x00000002
- #define AUDIO_FEATURE_EAC3 0x00000004
- #define AUDIO_FEATURE_REAL 0x00000008
- #define AUDIO_FEATURE_AC3 0x00000010
- #define AUDIO_FEATURE_WMASTD 0x00000020
- #define AUDIO_FEATURE_WMAPRO 0x00000040
- #define AUDIO_FEATURE_VORBIS 0x00000080
- #define AUDIO_FEATURE_AMR 0x00000100
- #define AUDIO_FEATURE_APE 0x00000200
- #define AUDIO_FEATURE_FLAC 0x00000400
- #define AUDIO_FEATURE_DTS 0x00004000
- #define AUDIO_FEATURE_DRA 0x00008000
- #define AUDIO_FEATURE_SRSTSHD 0x00010000
- config AUDIO_MAXIMUS_SURROUND
- bool "Support Audio Maximus Surround"
- default n if(CHIP_531 || CHIP_506 || CHIP_8501)
- choice
- prompt "Select Licensed Audio Effect"
- default T1_AUDIO_EFFECT
- config SUPPORT_DBX
- bool "AUDIO_DBX_SURROUND"
- config SUPPORT_TITOI
- bool "AUDIO_TITOI_EFFECT"
- config SUPPORT_SRS_TSHD
- bool "AUDIO_SRS_TruSurroundHD(TSHD)"
- config T1_AUDIO_EFFECT
- bool "Use T1 Audio Effect"
- endchoice
- config SUPPORT_AUDIO_DESCRIPTION
- bool "Support Audio Description"
- default y
- config SUPPORT_HIGHLOW_PASS
- bool "Support High/Low Pass filter effect"
- default n
-
- config ALL_SOURCE_LINE_OUT
- #depends on CHIP_8503
- bool "Enable LineOut All Source Audio"
- default n
- config SUPPORT_CHANGE_SPDIF_VOLUME
- bool "Support change spdif volume"
- default n
- config USE_AQ_BIN
- bool #"use aq.bin"
- default n
- help
- Select to use aq.bin
- config DDP48K_ARC_LOCK_PLL
- int "DDP48K ARC LOCK PLL"
- default 1
-
- help
- FOR DOLBY 48K ,DECIDE HOW TO LOCK PLL DIVIDER
- 0 : NO LOCK PLL DIVIDER , ADJUST PTS OFFSET ANYTIME
- 1 : DEFAULT , ADJSUT PTS OFFSET AFTER RESET 1 SEC
- 2 : ADJUST PTS OFFSET AFTER RESET 2 SEC
- 3 : LOCK PLL DIVIDER ALL THE TIME
- endmenu
-
- menu "Language Font UI"
- config FONT_NAME
- string "Specify the font name"
- help
- Specify the font name
- config FONT_FOLDER
- string "Specify the font folder"
- help
- Specify the font folder
-
- menu "Unicode Trans Support"
- config SUPPORT_CHARSETDET
- bool "Support Match Character Set Codepage"
- default n
-
- config SUPPORT_ISO88591_CP28591
- bool "Codepage ISO8859-1 Latin 1"
- default y
- config SUPPORT_ISO88592_CP28592
- bool "Codepage ISO8859-2 Central European"
- default y
- config SUPPORT_ISO88593_CP28593
- bool "Codepage ISO8859-3 Latin 3"
- default y
- config SUPPORT_ISO88594_CP28594
- bool "Codepage ISO8859-4 Baltic"
- default y
- config SUPPORT_ISO88595_CP28595
- bool "Codepage ISO8859-5 Cyrillic"
- default y
- config SUPPORT_ISO88596_CP8256
- bool "Codepage ISO8859-6 Arabic"
- default y
- config SUPPORT_ISO88597_CP28597
- bool "Codepage ISO8859-7 Greek"
- default y
- config SUPPORT_ISO88598_CP28598
- bool "Codepage ISO8859-8 Hebrew"
- default y
- config SUPPORT_ISO88599_CP28599
- bool "Codepage ISO8859-9 Turkish"
- default y
- config SUPPORT_ISO885910_CP285910
- bool "Codepage ISO8859-10"
- default y
- config SUPPORT_ISO885911_CP285911
- bool "Codepage ISO8859-11"
- default y
- config SUPPORT_ISO885913_CP285913
- bool "Codepage ISO8859-13 Estonia"
- default y
- config SUPPORT_ISO885914_CP285914
- bool "Codepage ISO8859-14"
- default y
- config SUPPORT_ISO885915_CP285915
- bool "Codepage ISO8859-15 Latin 9"
- default y
- config SUPPORT_ISO885916_CP285916
- bool "Codepage ISO8859-16"
- default y
- config SUPPORT_JAPANESE_CP932
- bool "Codepage 932 Shift-JIS"
- default n
- config SUPPORT_KOREAN_CP949
- bool "Codepage 949 Unified Hangul Code"
- default n
- config SUPPORT_SCHINESE_CP936
- bool "Codepage 936 GB2312"
- default n
- config SUPPORT_TCHINESE_CP950
- bool "Codepage 950 Big5"
- default n
- config SUPPORT_PERSIAN_CP8257
- bool "Codepage 8257 Persian"
- default n
- endmenu
- config SUPPORT_OSDLANGUAGE_KOREAN
- bool "Support Korean Language"
- default n
- help
- for Korean Language Support
-
- config SUPPORT_SIMPLIFIED_CHINESE
- bool "Support Simplified Chinese"
- default n
- help
- for Simplified Chinese Language Support
-
- config SUPPORT_TRADITIONAL_CHINESE
- bool "Support Traditional Chinese"
- default n
- help
- for Traditional Chinese Language Support
-
- config FONT_ENGINE_HARFBUZZ
- bool "Use HarfBuzz font engine"
- default n
- help
- for Khmer Hindi Myanmar text
- config FLASH_STORE_TTF
- depends on FONT_ENGINE_HARFBUZZ
- bool "Use Flash store ttf"
- default n
- config RESOURCES_FOLDER
- string "Resources folder"
- depends on FLASH_STORE_TTF
- default "resources"
- help
- Resources folder name
- config FONT_MYANMAR
- depends on FONT_ENGINE_HARFBUZZ
- bool "Myanmar font"
- default n
- help
- Support Myanmar font
- config FONT_KHMER
- depends on FONT_ENGINE_HARFBUZZ
- bool "Khmer/Cambodian font"
- default n
- help
- Support Khmer/Cambodian font
- config FONT_ETHIOPIC
- depends on FONT_ENGINE_HARFBUZZ
- bool "Ethiopic font"
- default n
- help
- Support Ethiopic font
- config FONT_INDIA
- depends on FONT_ENGINE_HARFBUZZ
- bool "India font"
- default n
- help
- Support India font
-
- config FONT_INDIA_EXT
- depends on FONT_INDIA
- bool "India font extension"
- default n
- help
- Support Bengali/Gurmukhi/Gujarati/Tamil/Telugu font
- config SUPPORT_CHECK_STRING_SIZE
- bool
- prompt "Support Check String Length"
- default n
- config SUPPORT_FLIP_HORIZ
- bool "Support UI Flip horizontal"
- default n
- config OSD_RESIZE_FOR_PANEL
- bool "OSD Resize for Panel"
- default n
- help
- OSD Magnify Support
- config SUPPORT_HELP_MENU
- bool
- prompt "Support help menu"
- default y
- config SUPPORT_SHOW_KEYPADMENU
- bool "Support Show keypadmenu"
- default n
-
- config SUPPORT_NOSIGNAL_DISPLAY_PIC_INFILE
- bool "Support No Signal Show Pic"
- default n
-
- endmenu
- menu "Flash function option"
- config APPEND_NAME_TO_CIKEY_HDCPKEY
- bool "Append name to cikey and hdcpkey"
- default y
- help
- Append file name to cikey and hdcpkey file end
- config DISABLE_CIKEY_HDCPKEY_SPI_ENCRYPT
- bool "Disable cikey and hdcpkey do spi encrypt"
- default n
- help
- cikey and hdcpkey not do spi encrypt.
- config SUPPORT_FLASH_MODULE_CRC_CHECK
- bool "Support flash module crc check"
- default n
- help
- Add a crc info into flash head.
- endmenu
- menu "TT or CC or VCHIP Select"
- config SUPPORT_TTX
- bool "Teletext Support"
- default y
- select TTX_BYPASS_MODE
- help
- Select Teletext
-
- config TTX_SUBTITLE_REFER_CHAR_SET
- depends on SUPPORT_TTX
- bool "Subtitle Refer Character Sets"
- default n
- help
- TT Subtitle Refer Character Sets
-
- config SUPPORT_TTX_PAT
- depends on SUPPORT_TTX
- bool "Picture and Teletext Display Mode Support"
- default n
- help
- Select Picture and Teletext Display Mode
-
- config TTX_BYPASS_MODE
- depends on SUPPORT_TTX
- bool "TT BYPASS version"
- default y
- help
- SW collect TTX packet
-
- config TTX_COMPRESS_STORE
- depends on SUPPORT_TTX
- bool "TT Data compress"
- default n
- help
- TT Pagedata compress store
- choice
- depends on SUPPORT_TTX
- prompt "TT Level Select"
- default TT15_SUPPORT
-
- config TT25_SUPPORT
- bool "TT 2.5 Support"
- help
- Select TT 2.5
-
- config TT15_SUPPORT
- bool "TT 1.5 Support"
- help
- Select TT 1.5
- endchoice
- choice
- depends on SUPPORT_TTX
- prompt "TT font size select"
- default TTX_FONT_SIZE_30
- config TTX_FONT_SIZE_10
- bool "12 x 10"
- help
- Use font size: 12 x 10
- config TTX_FONT_SIZE_30
- bool "36 x 30"
- depends on TT15_SUPPORT
- help
- Use font size: 36 x 30
- endchoice
-
- config SUPPORT_TTX_SIDEPANEL
- depends on SUPPORT_TTX && TT25_SUPPORT
- bool "TT Side Panel Support"
- default y
- help
- Select TT Side Panel
-
- config SUPPORT_ATS
- depends on SUPPORT_TTX
- bool "Support ATS"
- default y
- help
- Endable ATS
-
- config TTX_TARA_LOG
- depends on CC_SUPPORT || SUPPORT_TTX
- bool "Support Record VBI data (TARA format)"
- default n
- help
- Support record VBI data to /mnt/sda1/taralog.epr
- Start record: mon taralog
- End record: mon taralog
- Flush to USB: sync
-
- config CC_SUPPORT
- bool "CC Support"
- help
- Select Closed Caption
-
- choice
- depends on CC_SUPPORT || SUPPORT_TTX
- prompt "Select VBI data type for PAL_N"
-
- config PALN_SUPPORT_TT
- depends on SUPPORT_TTX
- bool "Support PAL_N TT"
- help
- Ambiguous specification on PAL_N, so this option is provided to customize as TeleText setting.
- config PALN_SUPPORT_CC
- depends on CC_SUPPORT
- bool "Support PAL_N CC"
- help
- Ambiguous specification on PAL_N, so this option is provided to customize as Closed Caption setting.
-
- endchoice
- config VCHIP_SUPPORT
- bool "VCHIP Support"
- help
- Select VChip
- endmenu
-
- menu "Merge Module"
- config EXTNDMODULE1
- bool "ExtendModule1"
- config MERGENAME1
- string "MERGENAME1(less than 12 bytes)"
- depends on EXTNDMODULE1
- config MERGELOCATION1
- string "MERGELOCATION1(aps/customer/customername/MERGELOCATION)"
- depends on EXTNDMODULE1
- config EXTNDMODULE2
- bool "ExtendModule2"
- config MERGENAME2
- string "MERGENAME2(less than 12 bytes)"
- depends on EXTNDMODULE2
- config MERGELOCATION2
- string "MERGELOCATION2(aps/customer/customername/MERGELOCATION)"
- depends on EXTNDMODULE2
- config EXTNDMODULE3
- bool "ExtendModule3"
- config MERGENAME3
- string "MERGENAME3(less than 12 bytes)"
- depends on EXTNDMODULE3
- config MERGELOCATION3
- string "MERGELOCATION3(aps/customer/customername/MERGELOCATION)"
- depends on EXTNDMODULE3
- config EXTNDMODULE4
- bool "ExtendModule4"
- config MERGENAME4
- string "MERGENAME4(less than 12 bytes)"
- depends on EXTNDMODULE4
- config MERGELOCATION4
- string "MERGELOCATION4(aps/customer/customername/MERGELOCATION)"
- depends on EXTNDMODULE4
- config EXTNDMODULE5
- bool "ExtendModule5"
- config MERGENAME5
- string "MERGENAME5(less than 12 bytes)"
- depends on EXTNDMODULE5
- config MERGELOCATION5
- string "MERGELOCATION5(aps/customer/customername/MERGELOCATION)"
- depends on EXTNDMODULE5
- config EXTNDMODULE6
- bool "ExtendModule6"
- config MERGENAME6
- string "MERGENAME6(less than 12 bytes)"
- depends on EXTNDMODULE6
- config MERGELOCATION6
- string "MERGELOCATION6(aps/customer/customername/MERGELOCATION)"
- depends on EXTNDMODULE6
- config EXTNDMODULE7
- bool "ExtendModule7"
- config MERGENAME7
- string "MERGENAME7(less than 12 bytes)"
- depends on EXTNDMODULE7
- config MERGELOCATION7
- string "MERGELOCATION7(aps/customer/customername/MERGELOCATION)"
- depends on EXTNDMODULE7
- endmenu # merge Module
- config DCCM_SUPPORT
- depends on ATSC_SYSTEM
- bool "DCCM Support"
- default n
- help
- Select DCCM Support
-
- menu "VIP Configuration "
- config VIP_COLOR_FORMAT_Y8BIT
- bool "Support Vip Color Format Y 8bit"
- default n
-
- config ENABLE_MIR
- #depends on CHIP_533 || CHIP_531 || CHIP_305 || CHIP_506 || CHIP_8503
- bool "Enable TVout"
- default n
-
- config SUPPORT_ASPECTRATIO_SETFULL_WITH_PANEL
- bool "Support Aspect Set Full With Panel"
- default n
- config FREERUN_MODE
- bool "Support FreeRun Mode"
- default n
-
- config SUPPORT_JPEG_ASPECT_RATIO
- bool "Support Jpeg Aspect Ratio"
- default n
-
- config MEDIA_ASPECTRATIO_AUTO_NATIVEENLARGE
- bool "Support Media Aspect Auto Mode NativeEnlarge"
- default n
-
- config SUPPORT_64BIT_LUT
- bool "Support 64Bit Lut"
- default n
-
- config FORCE_DISABLE_BYPASS_MODE
- bool "Force disable bypass mode"
- default n
-
- config DOT_TO_DOT_ADJUST
- bool "Support dot to dot adjust setting"
- default n
-
- config VIPTABLE_BIN_FLASH_MAX_SIZE
- string "Viptable.bin flash max size"
- default "25"
-
- config DYNAMIC_PANEL_CUT_OFFSET
- bool "Support dynamic panel cut offset by customer"
- default n
-
- config NATIVE_OVERPANEL_FULLSCREEN
- bool "Video show full screen when size over panel in native aspect"
- default n
-
- config FORCE_USE_1_FRAMEBUFFER
- bool "Let video force to use 1 framebuffer"
- default n
- config USE_DOWN_SCALE_IMPROVE
- bool "USE Down Scale Improve Module"
- default n
- config SAVE_BANDWIDTH_PRESCALING_DOWN
- bool "Use Prescaling Down to Save Bandwidth"
- default n
- endmenu
-
- menu "PQ Configuration "
- choice
- prompt "VCOLORLUT COLOR"
- default COLORLUT_7_COLOR
- config COLORLUT_14_COLOR
- bool "COLORLUT_14_COLOR"
- config COLORLUT_10_COLOR
- bool "COLORLUT_10_COLOR"
- config COLORLUT_7_COLOR
- bool "COLORLUT_7_COLOR"
- endchoice
-
- config FM_COLORLUT_RELATIVE_SWITCH
- bool
- prompt "FM_COLORLUT_RELATIVE_SWITCH"
- default n
-
- config FORCE_NR_EFFECT_ENHANCED_IN_OFF_OPTION
- bool "Enhance NR effect in OFF option"
- default y
-
- config CONTROL_TNRZ_BY_PQ_DRIVER
- bool "Control TNRZ map en by NR_Adjust function in PQ driver"
- default y
- config APPLY_DIFFERENT_SHARPNESS_SETTING_IN_PANEL_INVERT
- bool
- prompt "Apply different sharpness seting while panel invert"
- default n
- config CONTROL_WHITE_pattern_BY_PQ
- bool "Generate internal white pattern by PQ setting"
- default n
- config HDMI_RGB_RANGE_FORCE_AUTOMODE_TO_FULLRANGE
- bool "Force RGB Range in Auto Mode redirect to Full Range"
- default n
- config WHITE_BALANCE_ADJUST_IN_DPY_MATRIX
- bool "Adjust RGB gain in DPY matrix(Y) or Gamma(N)"
- default n
- config SUPPORT_SATURATION_PROTECT
- bool "Support Saturation Protect"
- default y
- config BANDWIDTH_LIMIT_WHEN_MENU_OPEN
- bool "bandwidth limit when menu open"
- default n
- config SUPPORT_NR_SETTIGN_BY_TOOL
- bool "Support NR Setting by tool"
- default y
- config SOYEA_AV_DITHERING
- bool "Additional AV dithering solution for SOYEA setop box."
- default n
- config SWITCH_GAMMA_TABLE_WITHOUT_RESET
- bool "Switch Gamma Table without disable/enable Gamma"
- default y
- endmenu
- menu "Panel Configuration "
- choice
- prompt "PanelSet Timing Mode"
- default SET_BY_FILE
- config PANEL_SET_BY_FILE
- bool "Set Value Base on PanelSetting"
- config PANEL_SET_BY_VTOTAL
- bool "Change Vaule Base on Vtotal"
- config PANEL_SET_BY_HTOTAL
- bool "Change Vaule Base on Htotal"
- config PANEL_SET_BY_CLOCK
- bool "Change Vaule Base on Clock"
- config PANEL_SET_VALUE_DIRECT
- bool "Set PanelSet Vaule Direct"
- config PANEL_SET_DIRECT_CLOCK
- bool "Set PanelSet Direct Clock"
- endchoice
-
- config DIRECT_PANEL_CLOCK_VALUE
- int "Set Direct Panel Clock Value"
- depends on PANEL_SET_DIRECT_CLOCK
- default 72920000
-
- choice
- prompt "FrameLock Speed Select"
- default FRAMELOCK_NORMAL
- config FRAMELOCK_NORMAL
- bool "Normal"
- help
- FrameLock Normal Mode
-
- config FRAMELOCK_SLOW
- bool "Slow"
- help
- FrameLock Slow Mode
-
- config FRAMELOCK_CLOSE
- bool "Close"
- help
- FrameLock Close Mode
- endchoice
-
- config DISABLE_BACKLIGHT_GPIO_RECONTROL
- bool "Disable Backlight Gpio Control After Light on"
- default n
-
- config DISABLE_LVDS_CLOCK_CONTROL
- bool "Disable LVDS Clock After boot on"
- default n
- config ENABLE_PLL_DIV2
- bool "Enable LVDS Pll Div2"
- default n
-
- config SUPPORT_SWITCH_PANEL_INDEX
- bool "Support Switch Panel Index By Hotkey"
- default n
-
- config LVDS_DATA_REF_BY_AP
- bool "Support panel lvds data reference by AP"
- default n
-
- config SUPPORT_PWMFrequency_SaveIn_FactoryMode
- bool "Support pwm frequency save in factory mode"
- default n
- help
- config nonlinear backlight curve
- config SUPPORT_PWM_DUTY_IN_DECIMAL
- bool "Support PWM Duty setting in decimal(thousand ratio)"
- default n
- help
- Increase the precision of PWM Duty setting, form integer to decimal
-
- config InputCurrent
- int
- prompt "CURRENT for BL"
- default 128
- help
- input current value
- config SUPPORT_3D_EN
- bool "Enable 3D"
- default n
- config CHIP_PLL_SETTING_TEST
- bool "Chip LVDS PLL Setting Test"
- default n
- endmenu
-
-
- menu "UART Module Setting"
-
- config SUPPORT_UARTB
- bool "Support UartB"
- default n
- config XHDMICPIN_TO_UARTB
- bool
- depends on SUPPORT_UARTB
- prompt "HDMIC Pin As Uartb"
- default n
- config KEY1_I2S_SCK_TO_UARTB
- bool
- depends on SUPPORT_UARTB
- prompt "KEY1 I2S_SCK Pin As Uartb"
- default n
- menu "Bluetooth setting"
- depends on SUPPORT_UARTB
-
- config BLUETOOTH_SUPPORT
- bool
- depends on SUPPORT_UARTB
- prompt "Bluetooth Support"
- default n
- choice
- depends on BLUETOOTH_SUPPORT
- prompt "Bluetooth Version"
- default BT_5851S
- config BT_5851S
- bool "Bluetooth Module 5851S"
- config BT_AK105XT
- bool "Bluetooth Module AK105XT"
- config BT_RDA5856
- bool "Bluetooth Module RDA5856"
- config BT_POL6556
- bool "Bluetooth Module POL6556"
- endchoice
- config BLUETOOTH_FM_SUPPORT
- bool
- depends on BT_RDA5856
- prompt "Bluetooth FM Support"
- default n
- config BLUETOOTH_UPGRADE_SUPPORT
- bool
- depends on BT_RDA5856
- prompt "Bluetooth Upgrade Support"
- default n
- endmenu
-
- config STB_MODULE_SUPPORT
- depends on SUPPORT_UARTB
- bool "Support STB Module"
- default n
-
- config SMART_MODULE_SUPPORT
- depends on SUPPORT_UARTB
- bool "Support Smart Module"
- default n
-
- config VEHICLE_MODULE_SUPPORT
- depends on SUPPORT_UARTB
- bool "Support Vehicle Module"
- default n
-
- config SMART_MODULE_SET_SOURCE
- depends on SMART_MODULE_SUPPORT
- hex "Set Source"
- default 0x00003F
- help
- tv set source to android
- ATV/TV 0x1
- YPbPr 0x2
- AV 0x4
- hdmi1 0x8
- hdmi2 0x10
- pc 0x20
- DTV 0x40
- scart 0x80
- dvd 0x100
- hdmi 0x200
- game 0x400
- AV1 0x800
- AV2 0x1000
- bluetooth 0x2000
- scart1 0x4000
- scart2 0x8000
- YPbPr1 0x10000
- YPbPr2 0x20000
- SVideo 0x40000
- SVideo1 0x80000
- SVideo2 0x100000
- SVideo3 0x200000
- YPbPr3 0x400000
- hdmi3 0x800000
-
- endmenu #"UART Module"
-
- comment "TV Features Config"
- config SUPPORT_CEC_TV
- bool "Support CEC"
- default y
- config SUPPORT_HDMI_PLUGIN_CHANGE_SOURCE
- depends on !SUPPORT_CEC_TV
- bool "Support Hdmi Plugin Chage Source"
- default n
-
- config SUPPORT_ARC
- depends on SUPPORT_CEC_TV
- bool "Support ARC"
- default y
- config WAKE_UP_DEVICE_BY_POWER_ON_TV
- depends on SUPPORT_CEC_TV
- bool "Wake up device by power on tv"
- default y
-
- config SUPPORT_CEC_VOLUME_KEY_CONTINUE
- bool "Support CEC VOLUME KEY CONTINUE"
- default n
-
- config HDMI_SUPPORT_MHL
- bool "Support MHL"
- default y
-
- config MIFI_SUPPORT
- bool "Middleware file container support"
- help
- A small file container that support
- open, read, write, close, size... api.
- config LVDS_POWER_SAVING_SUPPORT
- bool "Support LVDS power saving"
- default y
- help
- Disable useless LVDS channel in 8 bit panel. This will also disable the GPIO that exist in LVDS.
-
- config SUPPORT_REMOVE_LDO
- bool "SUPPORT REMOVE LDO(Standby Power Saving)"
- default n
-
- config SUPPORT_NO_SIGNAL_STANDBY
- bool "Support NO Signal Enter Standby"
- default y
-
- config SUPPORT_VIPAP
- bool "Support VIP AP"
- default n
- config AutoAdjust_BlackScreen
- bool "AutoAdjust_BlackScreen"
- default n
- help
- config AutoAdjust_BlackScreen
- config SUPPORT_VOF_USE_N2
- bool "Support VOF uses 2 buffers"
- default n
- config SUPPORT_PROJECT_ID
- bool "Support Project ID Switch"
- default n
- config SUPPORT_SYSTEM_BARCODE
- bool "Support BarCode"
- default n
-
- config SUPPORT_FACTORY_AUTO_TEST
- bool "Support factory auto test"
- default n
-
- config CTV_UART_FAC_MODE
- bool "Support CTV RS232 auto test"
- default n
- config TPV_UART_FAC_MODE
- bool "Support TPV RS232 auto test"
- default n
- config INN_UART_FAC_MODE
- bool "Support Inn RS232 auto test"
- default n
-
- config HK_UART_FAC_MODE
- bool "Support Hk RS232 auto test"
- default n
-
- config SUPPORT_PANNEL_PHOTO_TEST
- bool "Support Pannnel Photo test in factory P mode"
- default n
-
- config SUPPORT_ALL_ACTION_SHOW_BLUE_SCREEN
- bool "Support all action show blue screen"
- default n
-
- config SUPPORT_CHANGE_SOURCE_NOT_SHOW_BLUE_SCREEN
- depends on SUPPORT_ALL_ACTION_SHOW_BLUE_SCREEN
- bool "Support change source not show blue screen"
- default n
- config SUPPORT_ACTION_SHOW_BLUE_SCREEN_EXCEPT_MEDIA
- bool "Support all action show blue screen except media"
- default n
- config SUPPORT_SET_CLOCK_ONOFFTIME
- bool "Support set clock and system on off time"
- default n
-
- config SUPPORT_FACTORY_TEST_KEYPAD
- bool "Support Factory Test Keypad"
- default n
- config SUPPORT_ESTICKER_INFILE
- bool "Support Esticker In File"
- default n
- config SUPPORT_ESTICKER_NEW
- bool "Support Esticker new"
- depends on SUPPORT_ESTICKER_INFILE
- default n
- config SUPPORT_SPECIAL_PANEL_HAS_SHADOW
- bool "Support special panel has shadow if open LVDS data before BL ON"
- default n
-
- config SUPPORT_IR_FAC_REMOTE
- bool "Support Factory Remote use NEC"
- default n
-
- config SUPPORT_SYSTEM_LIFETIME
- bool "Support System Life Time"
- default n
- help
- a function
- config SUPPORT_SYSTEM_STANDBYTIME
- bool "Support System Standby-Mode Time"
- default n
- help
- record standby mode runtime
-
- config SUPPORT_KEYPAD_SHORT
- bool "Support Keypad key0 and key 1 short"
- default n
- config SUPPORT_BATTERY_DETECTION
- bool "Support Keypad ADC to detec battery"
- default n
- choice
- depends on SUPPORT_BATTERY_DETECTION
- prompt "Use Keypad ADC to detec battery"
- default SUPPORT_BATTERY_DETECTION_ADC0
- config SUPPORT_BATTERY_DETECTION_ADC0
- bool "Use ADC0"
- config SUPPORT_BATTERY_DETECTION_ADC1
- bool "Use ADC1"
- config SUPPORT_BATTERY_DETECTION_ADC2
- bool "Use ADC2"
- config SUPPORT_BATTERY_DETECTION_ADC3
- bool "Use ADC3"
- endchoice
- config SUPPORT_SET_PANELSET_BY_BATTERY_AND_GPIO
- depends on SUPPORT_BATTERY_DETECTION
- bool "Support set panelset by battery & LED_G"
- default n
-
- config POWER_ON_TV_LOCK
- bool "support Power On TV Lock mode"
- default n
-
- config SUPPORT_SHOW_AVSPLUS
- bool "Support show avs plus in program info"
- default y
-
- config SUPPORT_LOOP_CHANGESOURCE_SOURCECLASS
- bool "Support loop change source in source class"
- default n
- config SUPPORT_DETECT_USBPLL
- bool "Support detect USB PLL(Only In Burnin Mode)"
- default n
- config SUPPORT_SD_HOTPLUG
- bool "Support hotplug SD card"
- default n
- config SUPPORT_RESET_BACKUP_FM_PICTUREMODE
- bool "Support reset backup fm picturemode"
- default n
- config SUPPORT_COPY_BW_TO_ALLSOURCE_RESET_BACKUP
- bool "Support copy WB to all source and reset backup"
- default n
- config SUPPORT_AUTO_IMPORTR_FM_PICTUREMODE
- bool "Support auto import fm picturemode"
- default n
- config SUPPORT_KEY_BOARD
- bool "Key Board"
- default n
- config SUPPORT_STORE_HDCP2X_TO_FLASH
- bool "store hdcp2x key to flash"
- default n
- config SUPPORT_MONITOR_SOURCE
- bool "Support monitor source"
- default n
- config PROJECTOR_ASPECT
- bool "Apply Zoom function to Aspectratio"
- default n
- config BLT_ASP_RATIO_MENU_ENABLE
- depends on PROJECTOR_ASPECT
- bool "Support osd projection zoom"
- default n
- config AUTO_WB
- bool
- prompt "Support Auto White Balance Data"
- default n
-
-
- config SUPPORT_AC_REPEAT_KEYPAD_POWERON
- bool "Support press long keypad power on"
- default n
-
- menu "What ac auto power on mode support wakeup?""
- depends on SUPPORT_AC_REPEAT_KEYPAD_POWERON
- config AC_CONI_KP_PWON_AC_AUTO_ON
- bool "support ac auto mode on"
- default y
- config AC_CONI_KP_PWON_AC_AUTO_LAST
- bool "support ac auto mode last memory"
- default y
- config AC_CONI_KP_PWON_AC_AUTO_OFF
- bool "support ac auto mode off"
- default n
- endmenu
- endmenu # Modules select
|