Kconfig.module 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447
  1. menu "Modules Select"
  2. menu "Bootloader Select"
  3. menu "Bootloader OTA Upgrade Select"
  4. config SUPPORT_BOOTLOADER_SSU_UPGRADE
  5. bool "SUPPORT_BOOTLOADER_SSU_UPGRADE"
  6. default y
  7. help
  8. Define Bootloader SSU Upgrade
  9. config SUPPORT_BOOTLOADER_OAD_UPGRADE
  10. bool "SUPPORT_BOOTLOADER_OAD_UPGRADE"
  11. default y
  12. help
  13. Define Bootloader OAD Upgrade
  14. config SUPPORT_BOOTLOADER_OTA_UPGRADE
  15. bool
  16. default y if (SUPPORT_BOOTLOADER_SSU_UPGRADE || SUPPORT_BOOTLOADER_OAD_UPGRADE)
  17. endmenu # "bootloader Upgrade Select"
  18. config SUPPORT_CMD_WAKE_UP
  19. bool "Support Send UART Command Wake Up"
  20. default n
  21. help
  22. Send 'k' 'a' deviceID '01' to wake up system
  23. config SUPPORT_LOGO
  24. bool "Support Show logo"
  25. default y
  26. help
  27. Enable or Disable Show logo
  28. config SUPPORT_SECOND_LOGO
  29. bool "Support Show Second logo"
  30. depends on SUPPORT_LOGO
  31. default n
  32. help
  33. Enable or Disable Show Second logo
  34. config SUPPORT_MUTIPLE_LOGO
  35. bool "Support Mutiple logo"
  36. depends on SUPPORT_LOGO
  37. default n
  38. help
  39. Enable or Disable Mutiple logo
  40. config ENABLE_MUTIPLE_LOGO2
  41. bool "Enable Logo2"
  42. depends on SUPPORT_MUTIPLE_LOGO
  43. default n
  44. help
  45. Enable or Disable Mutiple logo2
  46. config MUTIPLE_LOGO2_FILENAME
  47. string "Logo2 file name"
  48. depends on ENABLE_MUTIPLE_LOGO2
  49. default "n"
  50. help
  51. Logo2 filename
  52. config MUTIPLE_LOGO2_MAX_SIZE
  53. string "Logo2 max size"
  54. depends on ENABLE_MUTIPLE_LOGO2
  55. default "n"
  56. help
  57. Logo2 module max size
  58. config ENABLE_MUTIPLE_LOGO3
  59. bool "Enable Logo3"
  60. depends on SUPPORT_MUTIPLE_LOGO
  61. default n
  62. help
  63. Enable or Disable Mutiple logo3
  64. config MUTIPLE_LOGO3_FILENAME
  65. string "Logo3 file name"
  66. depends on ENABLE_MUTIPLE_LOGO3
  67. default "n"
  68. help
  69. Logo3 filename
  70. config MUTIPLE_LOGO3_MAX_SIZE
  71. string "Logo3 max size"
  72. depends on ENABLE_MUTIPLE_LOGO3
  73. default "n"
  74. help
  75. Logo3 module max size
  76. config ENABLE_MUTIPLE_LOGO4
  77. bool "Enable Logo4"
  78. depends on SUPPORT_MUTIPLE_LOGO
  79. default n
  80. help
  81. Enable or Disable Mutiple logo4
  82. config MUTIPLE_LOGO4_FILENAME
  83. string "Logo4 file name"
  84. depends on ENABLE_MUTIPLE_LOGO4
  85. default "n"
  86. help
  87. Logo4 filename
  88. config MUTIPLE_LOGO4_MAX_SIZE
  89. string "Logo4 max size"
  90. depends on ENABLE_MUTIPLE_LOGO4
  91. default "n"
  92. help
  93. Logo4 module max size
  94. config LOGO_FULL
  95. depends on SUPPORT_LOGO
  96. bool "Logo full panel"
  97. default n
  98. help
  99. Enlarge jpeg logo to panel size
  100. config SUPPORT_CAPTURE_LOGO
  101. bool "Support Capture logo"
  102. default y
  103. help
  104. Enable or Disable Capture logo
  105. config CAPTURE_LOGO_MAX_SIZE
  106. string "Capture logo max size(unit:KB)"
  107. depends on SUPPORT_CAPTURE_LOGO
  108. default "n"
  109. help
  110. Capture logo module max size
  111. config SUPPORT_BOOT_MUSIC
  112. bool "Support Boot Music"
  113. default n
  114. help
  115. Enable or Disable Boot Music
  116. config BOOT_MUSIC_FILENAME
  117. string "Boot Music file name"
  118. depends on SUPPORT_BOOT_MUSIC
  119. default "n"
  120. help
  121. Logo4 filename
  122. config BOOT_MUSIC_MAX_SIZE
  123. string "Boot Music max size"
  124. depends on SUPPORT_BOOT_MUSIC
  125. default "n"
  126. help
  127. Boot Music module max size
  128. config SUPPORT_BOOT_MOVIE
  129. bool "Support Boot Movie"
  130. default n
  131. help
  132. Enable or Disable Boot Movie
  133. config BOOT_MOVIE_FILENAME
  134. string "Boot Movie file name"
  135. depends on SUPPORT_BOOT_MOVIE
  136. default "n"
  137. help
  138. Logo4 filename
  139. config BOOT_MOVIE_MAX_SIZE
  140. string "Boot Movie max size"
  141. depends on SUPPORT_BOOT_MOVIE
  142. default "n"
  143. help
  144. Boot Movie module max size
  145. config SUPPORT_BURN_MUSIC
  146. bool "Support Burn Music"
  147. default n
  148. help
  149. Enable or Disable Burn Music
  150. config BURN_MUSIC_FILENAME
  151. string "Burn Music file name"
  152. depends on SUPPORT_BURN_MUSIC
  153. default "n"
  154. help
  155. Music filename
  156. config BURN_MUSIC_MAX_SIZE
  157. string "Burn Music max size"
  158. depends on SUPPORT_BURN_MUSIC
  159. default "n"
  160. help
  161. Burn Music module max size
  162. config SUPPORT_BOOT_AGING_TEST
  163. bool "Support Boot Aging test"
  164. default n
  165. help
  166. Enable or Disable Boot Aging test.
  167. config STANDBY_LED_USE_PWM_CONTROL
  168. bool "Standby LED use pwm control"
  169. default n
  170. help
  171. Enable or Disable use pwm comtrol LED when standby.
  172. config AC_IN_8051_DELAY
  173. bool "AC ON delay in 8051"
  174. default n
  175. help
  176. Delay times to avoid AC power unstable bouncing��
  177. config AC_IN_8051_DELAY_SECONDS
  178. int "AC ON delay seconds in 8051"
  179. depends on AC_IN_8051_DELAY
  180. default 2
  181. help
  182. Delay 2 or 30 seconds to avoid AC power unstable bouncing ��
  183. config AC_SPECIAL_FILE_CHECK
  184. bool
  185. prompt "AC_Special file exist"
  186. default n
  187. config USB_TWO_WAY_SPECIAL_FILE_CHECK
  188. bool
  189. depends on AC_SPECIAL_FILE_CHECK
  190. prompt "Usb two way special file check"
  191. default n
  192. config SPECIAL_FILE_1
  193. depends on AC_SPECIAL_FILE_CHECK
  194. string "SPECIAL_FILE_1"
  195. config SPECIALFILE1_CONTAINCHECK
  196. bool
  197. depends on AC_SPECIAL_FILE_CHECK
  198. prompt "SPECIALFILE1 CONTAINCHECK"
  199. default n
  200. config SPECIAL_FILE_2
  201. depends on AC_SPECIAL_FILE_CHECK
  202. string "SPECIAL_FILE_2"
  203. config SUPPORT_IR_INI
  204. bool
  205. depends on AC_SPECIAL_FILE_CHECK
  206. prompt "SUPPORT_IR_INI"
  207. default n
  208. config HDMI_NOSIGNAL_POWEROFF_HDMI_WAKE_UP
  209. bool "Support HDMI no signal standby wake up by hpd 5v"
  210. default n
  211. config SUPPORT_ALL_HDMI_PORTS_WAKE_UP
  212. depends on HDMI_NOSIGNAL_POWEROFF_HDMI_WAKE_UP
  213. bool "Support all hdmi ports wake up"
  214. default n
  215. menu "What reference use for hdmi wake up?"
  216. depends on SUPPORT_ALL_HDMI_PORTS_WAKE_UP
  217. config USE_HDMI_EDID_COUNT_WAKE_UP
  218. bool "reference hdmi edid count for wake up "
  219. default n
  220. config USE_HDMI_CLK_DETECT_WAKE_UP
  221. bool "reference hdmi clock for wake up"
  222. default y
  223. endmenu
  224. config HDMI_SUPPORT_LEGACY_DVD_WAKE_UP
  225. depends on HDMI_NOSIGNAL_POWEROFF_HDMI_WAKE_UP
  226. bool "Support legacy source device wake up"
  227. default n
  228. menu "which port support legacy dvd wake up"
  229. depends on HDMI_SUPPORT_LEGACY_DVD_WAKE_UP
  230. config HDMI_PORT_A_SUPPORT_LEGACY_DVD_WAKE_UP
  231. bool "CONFIG_HDMI_PORT_A_SUPPORT_LEGACY_DVD_WAKE_UP"
  232. config HDMI_PORT_B_SUPPORT_LEGACY_DVD_WAKE_UP
  233. bool "CONFIG_HDMI_PORT_B_SUPPORT_LEGACY_DVD_WAKE_UP"
  234. config HDMI_PORT_C_SUPPORT_LEGACY_DVD_WAKE_UP
  235. bool "CONFIG_HDMI_PORT_C_SUPPORT_LEGACY_DVD_WAKE_UP"
  236. endmenu
  237. config SUPPORT_LOAD_KERNEL_FROM_USB
  238. bool "Support load kernel from usb at startup"
  239. default n
  240. config BOOTUP_WITH_EXTRA_ROOTFS
  241. bool "Bootup with extra rootfs"
  242. default n
  243. help
  244. This option can speed up the boot speed.
  245. when the system rootfs is too large, you can consider turning on this option.
  246. endmenu # Bootloader Select
  247. menu "Upgrade Select"
  248. config SUPPORT_USB_UPGRADE
  249. bool "SUPPORT_USB_UPGRADE"
  250. default y
  251. help
  252. Define USB Upgrade
  253. config SUPPORT_U2I_UPGRADE
  254. bool "SUPPORT_U2I_UPGRADE"
  255. default n
  256. help
  257. Define U2I Upgrade
  258. comment "BOOTROM"
  259. config CODE_INCOMPLETE_CHECK
  260. bool "CODE_INCOMPLETE_CHECK"
  261. default y
  262. help
  263. DO NOT USE WHEN ROMTER IS ENABLE
  264. choice
  265. prompt "AC Upgrade Options"
  266. optional
  267. config AC_PWRKEY_UPGRADE
  268. depends on SUPPORT_USB_UPGRADE
  269. bool "AC_PWRKEY_UPGRADE"
  270. config AC_AUTO_UPGRADE
  271. depends on SUPPORT_USB_UPGRADE
  272. bool "AC_AUTO_UPGRADE"
  273. endchoice
  274. choice
  275. prompt "Behavior after ac auto|pwrkey upgrade"
  276. bool
  277. default AC_AUTO_UPDATE_WAIT_ACOFF
  278. config AC_AUTO_UPDATE_WAIT_ACOFF
  279. depends on AC_AUTO_UPGRADE || AC_PWRKEY_UPGRADE
  280. bool "WAIT_ACOFF"
  281. config AC_AUTO_UPDATE_GOTO_STANDBY
  282. depends on AC_AUTO_UPGRADE || AC_PWRKEY_UPGRADE
  283. bool "GOTO_STANDBY"
  284. config AC_AUTO_UPDATE_DIRECT_BOOTUP
  285. depends on AC_AUTO_UPGRADE || AC_PWRKEY_UPGRADE
  286. bool "DIRECT_BOOTUP"
  287. endchoice
  288. config AC_AUTO_UPDATE_CLEAN_NVM
  289. depends on AC_AUTO_UPGRADE || AC_PWRKEY_UPGRADE
  290. bool "AC_AUTO_UPDATE_CLEAN_NVM"
  291. default y
  292. config PRELOAD_DB_FROM_USB
  293. bool "PRELOAD_DB_FROM_USB"
  294. default n
  295. help
  296. PRELOAD USER DATA BASE INTO FLASH FROM THE BIN FILE IN USB
  297. comment "KERNEL"
  298. config SUPPORT_USB_AUTO_UPGRADE
  299. depends on SUPPORT_USB_UPGRADE
  300. bool "SUPPORT_USB_AUTO_UPGRADE"
  301. default y
  302. help
  303. Define USB Auto Upgrade
  304. config CONFIRM_AUTO_UPGRADE
  305. depends on SUPPORT_USB_AUTO_UPGRADE
  306. bool "CONFIRM_AUTO_UPGRADE"
  307. default n
  308. help
  309. use pop menu to confirm if upgrade
  310. config UPGRADE_AND_GO_FACMODE
  311. bool "UPGRADE_AND_GO_FACMODE"
  312. default N
  313. help
  314. enter factory mode after upgrade
  315. config ENFORCE_UPGRADE
  316. depends on SUPPORT_USB_AUTO_UPGRADE
  317. bool "ENFORCE_UPGRADE"
  318. default n
  319. config HDCPKEY_PREFIX
  320. depends on SUPPORT_USB_UPGRADE
  321. string "HDCPkey BIN file Prefix"
  322. default "HDCPKey_"
  323. config HDCP2XKEY_PREFIX
  324. depends on SUPPORT_USB_UPGRADE
  325. string "HDCP2Xkey BIN file Prefix"
  326. default "HDCP2XKey_"
  327. endmenu # Upgrade Select
  328. menu "AUDIO SETTING"
  329. config SUPPORT_DOLBY_AUDIO
  330. bool "Support DOLBY Audio"
  331. default y
  332. choice
  333. prompt "DOLBY_REGION"
  334. default DOLBY_REGION_EU
  335. config DOLBY_REGION_EU
  336. bool "DOLBY_REGION_EU"
  337. config DOLBY_REGION_ATSC
  338. bool "DOLBY_REGION_ATSC"
  339. config DOLBY_REGION_OTHERS
  340. bool "DOLBY_REGION_OTHERS"
  341. help
  342. DOLBY LICENSE ISSUE
  343. endchoice
  344. config SUPPORT_AUDIO_CODEC_OVERLAY
  345. bool "Support AudioRom Load Codec (Codec Overlay)"
  346. default n if((CHIP_531||CHIP_506||CHIP_8501||CHIP_8503||CHIP_533))
  347. config AUDIO_16_BIT_MEMORY
  348. bool "Support_AUDIO_OUTPUT_16_BIT_MODE"
  349. default n if((CHIP_531||CHIP_506||CHIP_8501||CHIP_8503||CHIP_533))
  350. config AUDIOROMTYPE
  351. string #"AudioROM BIN NAME"
  352. default "AudioROM_6710_XBN.bin" if(!SUPPORT_DOLBY_AUDIO &&(CHIP_6710) && !SUPPORT_MONITOR)
  353. default "AudioROM_6710_Monitor_XBN.bin" if(!SUPPORT_DOLBY_AUDIO &&(CHIP_6710) && SUPPORT_MONITOR)
  354. config DAC_OFF_DELAY_TIME
  355. int "DAC POWER OFF TIME"
  356. default 2000
  357. config AUDIO_FEATURE
  358. hex "Audio Feature(eg DOLBY:0x0000003f,UnDOLBY:0x00000029)"
  359. default 0x000000FF
  360. help
  361. type audio feature define for supported(Note. AudioRom also support these feature)
  362. defaut support MP3,AAC,REAL,WMASTD, VORBIS (0x000000AB)
  363. #define AUDIO_FEATURE_MP3 0x00000001
  364. #define AUDIO_FEATURE_AAC 0x00000002
  365. #define AUDIO_FEATURE_EAC3 0x00000004
  366. #define AUDIO_FEATURE_REAL 0x00000008
  367. #define AUDIO_FEATURE_AC3 0x00000010
  368. #define AUDIO_FEATURE_WMASTD 0x00000020
  369. #define AUDIO_FEATURE_WMAPRO 0x00000040
  370. #define AUDIO_FEATURE_VORBIS 0x00000080
  371. #define AUDIO_FEATURE_AMR 0x00000100
  372. #define AUDIO_FEATURE_APE 0x00000200
  373. #define AUDIO_FEATURE_FLAC 0x00000400
  374. #define AUDIO_FEATURE_DTS 0x00004000
  375. #define AUDIO_FEATURE_DRA 0x00008000
  376. #define AUDIO_FEATURE_SRSTSHD 0x00010000
  377. config AUDIO_MAXIMUS_SURROUND
  378. bool "Support Audio Maximus Surround"
  379. default n if(CHIP_531 || CHIP_506 || CHIP_8501)
  380. choice
  381. prompt "Select Licensed Audio Effect"
  382. default T1_AUDIO_EFFECT
  383. config SUPPORT_DBX
  384. bool "AUDIO_DBX_SURROUND"
  385. config SUPPORT_TITOI
  386. bool "AUDIO_TITOI_EFFECT"
  387. config SUPPORT_SRS_TSHD
  388. bool "AUDIO_SRS_TruSurroundHD(TSHD)"
  389. config T1_AUDIO_EFFECT
  390. bool "Use T1 Audio Effect"
  391. endchoice
  392. config SUPPORT_AUDIO_DESCRIPTION
  393. bool "Support Audio Description"
  394. default y
  395. config SUPPORT_HIGHLOW_PASS
  396. bool "Support High/Low Pass filter effect"
  397. default n
  398. config ALL_SOURCE_LINE_OUT
  399. #depends on CHIP_8503
  400. bool "Enable LineOut All Source Audio"
  401. default n
  402. config SUPPORT_CHANGE_SPDIF_VOLUME
  403. bool "Support change spdif volume"
  404. default n
  405. config USE_AQ_BIN
  406. bool #"use aq.bin"
  407. default n
  408. help
  409. Select to use aq.bin
  410. config DDP48K_ARC_LOCK_PLL
  411. int "DDP48K ARC LOCK PLL"
  412. default 1
  413. help
  414. FOR DOLBY 48K ,DECIDE HOW TO LOCK PLL DIVIDER
  415. 0 : NO LOCK PLL DIVIDER , ADJUST PTS OFFSET ANYTIME
  416. 1 : DEFAULT , ADJSUT PTS OFFSET AFTER RESET 1 SEC
  417. 2 : ADJUST PTS OFFSET AFTER RESET 2 SEC
  418. 3 : LOCK PLL DIVIDER ALL THE TIME
  419. endmenu
  420. menu "Language Font UI"
  421. config FONT_NAME
  422. string "Specify the font name"
  423. help
  424. Specify the font name
  425. config FONT_FOLDER
  426. string "Specify the font folder"
  427. help
  428. Specify the font folder
  429. menu "Unicode Trans Support"
  430. config SUPPORT_CHARSETDET
  431. bool "Support Match Character Set Codepage"
  432. default n
  433. config SUPPORT_ISO88591_CP28591
  434. bool "Codepage ISO8859-1 Latin 1"
  435. default y
  436. config SUPPORT_ISO88592_CP28592
  437. bool "Codepage ISO8859-2 Central European"
  438. default y
  439. config SUPPORT_ISO88593_CP28593
  440. bool "Codepage ISO8859-3 Latin 3"
  441. default y
  442. config SUPPORT_ISO88594_CP28594
  443. bool "Codepage ISO8859-4 Baltic"
  444. default y
  445. config SUPPORT_ISO88595_CP28595
  446. bool "Codepage ISO8859-5 Cyrillic"
  447. default y
  448. config SUPPORT_ISO88596_CP8256
  449. bool "Codepage ISO8859-6 Arabic"
  450. default y
  451. config SUPPORT_ISO88597_CP28597
  452. bool "Codepage ISO8859-7 Greek"
  453. default y
  454. config SUPPORT_ISO88598_CP28598
  455. bool "Codepage ISO8859-8 Hebrew"
  456. default y
  457. config SUPPORT_ISO88599_CP28599
  458. bool "Codepage ISO8859-9 Turkish"
  459. default y
  460. config SUPPORT_ISO885910_CP285910
  461. bool "Codepage ISO8859-10"
  462. default y
  463. config SUPPORT_ISO885911_CP285911
  464. bool "Codepage ISO8859-11"
  465. default y
  466. config SUPPORT_ISO885913_CP285913
  467. bool "Codepage ISO8859-13 Estonia"
  468. default y
  469. config SUPPORT_ISO885914_CP285914
  470. bool "Codepage ISO8859-14"
  471. default y
  472. config SUPPORT_ISO885915_CP285915
  473. bool "Codepage ISO8859-15 Latin 9"
  474. default y
  475. config SUPPORT_ISO885916_CP285916
  476. bool "Codepage ISO8859-16"
  477. default y
  478. config SUPPORT_JAPANESE_CP932
  479. bool "Codepage 932 Shift-JIS"
  480. default n
  481. config SUPPORT_KOREAN_CP949
  482. bool "Codepage 949 Unified Hangul Code"
  483. default n
  484. config SUPPORT_SCHINESE_CP936
  485. bool "Codepage 936 GB2312"
  486. default n
  487. config SUPPORT_TCHINESE_CP950
  488. bool "Codepage 950 Big5"
  489. default n
  490. config SUPPORT_PERSIAN_CP8257
  491. bool "Codepage 8257 Persian"
  492. default n
  493. endmenu
  494. config SUPPORT_OSDLANGUAGE_KOREAN
  495. bool "Support Korean Language"
  496. default n
  497. help
  498. for Korean Language Support
  499. config SUPPORT_SIMPLIFIED_CHINESE
  500. bool "Support Simplified Chinese"
  501. default n
  502. help
  503. for Simplified Chinese Language Support
  504. config SUPPORT_TRADITIONAL_CHINESE
  505. bool "Support Traditional Chinese"
  506. default n
  507. help
  508. for Traditional Chinese Language Support
  509. config FONT_ENGINE_HARFBUZZ
  510. bool "Use HarfBuzz font engine"
  511. default n
  512. help
  513. for Khmer Hindi Myanmar text
  514. config FLASH_STORE_TTF
  515. depends on FONT_ENGINE_HARFBUZZ
  516. bool "Use Flash store ttf"
  517. default n
  518. config RESOURCES_FOLDER
  519. string "Resources folder"
  520. depends on FLASH_STORE_TTF
  521. default "resources"
  522. help
  523. Resources folder name
  524. config FONT_MYANMAR
  525. depends on FONT_ENGINE_HARFBUZZ
  526. bool "Myanmar font"
  527. default n
  528. help
  529. Support Myanmar font
  530. config FONT_KHMER
  531. depends on FONT_ENGINE_HARFBUZZ
  532. bool "Khmer/Cambodian font"
  533. default n
  534. help
  535. Support Khmer/Cambodian font
  536. config FONT_ETHIOPIC
  537. depends on FONT_ENGINE_HARFBUZZ
  538. bool "Ethiopic font"
  539. default n
  540. help
  541. Support Ethiopic font
  542. config FONT_INDIA
  543. depends on FONT_ENGINE_HARFBUZZ
  544. bool "India font"
  545. default n
  546. help
  547. Support India font
  548. config FONT_INDIA_EXT
  549. depends on FONT_INDIA
  550. bool "India font extension"
  551. default n
  552. help
  553. Support Bengali/Gurmukhi/Gujarati/Tamil/Telugu font
  554. config SUPPORT_CHECK_STRING_SIZE
  555. bool
  556. prompt "Support Check String Length"
  557. default n
  558. config SUPPORT_FLIP_HORIZ
  559. bool "Support UI Flip horizontal"
  560. default n
  561. config OSD_RESIZE_FOR_PANEL
  562. bool "OSD Resize for Panel"
  563. default n
  564. help
  565. OSD Magnify Support
  566. config SUPPORT_HELP_MENU
  567. bool
  568. prompt "Support help menu"
  569. default y
  570. config SUPPORT_SHOW_KEYPADMENU
  571. bool "Support Show keypadmenu"
  572. default n
  573. config SUPPORT_NOSIGNAL_DISPLAY_PIC_INFILE
  574. bool "Support No Signal Show Pic"
  575. default n
  576. endmenu
  577. menu "Flash function option"
  578. config APPEND_NAME_TO_CIKEY_HDCPKEY
  579. bool "Append name to cikey and hdcpkey"
  580. default y
  581. help
  582. Append file name to cikey and hdcpkey file end
  583. config DISABLE_CIKEY_HDCPKEY_SPI_ENCRYPT
  584. bool "Disable cikey and hdcpkey do spi encrypt"
  585. default n
  586. help
  587. cikey and hdcpkey not do spi encrypt.
  588. config SUPPORT_FLASH_MODULE_CRC_CHECK
  589. bool "Support flash module crc check"
  590. default n
  591. help
  592. Add a crc info into flash head.
  593. endmenu
  594. menu "TT or CC or VCHIP Select"
  595. config SUPPORT_TTX
  596. bool "Teletext Support"
  597. default y
  598. select TTX_BYPASS_MODE
  599. help
  600. Select Teletext
  601. config TTX_SUBTITLE_REFER_CHAR_SET
  602. depends on SUPPORT_TTX
  603. bool "Subtitle Refer Character Sets"
  604. default n
  605. help
  606. TT Subtitle Refer Character Sets
  607. config SUPPORT_TTX_PAT
  608. depends on SUPPORT_TTX
  609. bool "Picture and Teletext Display Mode Support"
  610. default n
  611. help
  612. Select Picture and Teletext Display Mode
  613. config TTX_BYPASS_MODE
  614. depends on SUPPORT_TTX
  615. bool "TT BYPASS version"
  616. default y
  617. help
  618. SW collect TTX packet
  619. config TTX_COMPRESS_STORE
  620. depends on SUPPORT_TTX
  621. bool "TT Data compress"
  622. default n
  623. help
  624. TT Pagedata compress store
  625. choice
  626. depends on SUPPORT_TTX
  627. prompt "TT Level Select"
  628. default TT15_SUPPORT
  629. config TT25_SUPPORT
  630. bool "TT 2.5 Support"
  631. help
  632. Select TT 2.5
  633. config TT15_SUPPORT
  634. bool "TT 1.5 Support"
  635. help
  636. Select TT 1.5
  637. endchoice
  638. choice
  639. depends on SUPPORT_TTX
  640. prompt "TT font size select"
  641. default TTX_FONT_SIZE_30
  642. config TTX_FONT_SIZE_10
  643. bool "12 x 10"
  644. help
  645. Use font size: 12 x 10
  646. config TTX_FONT_SIZE_30
  647. bool "36 x 30"
  648. depends on TT15_SUPPORT
  649. help
  650. Use font size: 36 x 30
  651. endchoice
  652. config SUPPORT_TTX_SIDEPANEL
  653. depends on SUPPORT_TTX && TT25_SUPPORT
  654. bool "TT Side Panel Support"
  655. default y
  656. help
  657. Select TT Side Panel
  658. config SUPPORT_ATS
  659. depends on SUPPORT_TTX
  660. bool "Support ATS"
  661. default y
  662. help
  663. Endable ATS
  664. config TTX_TARA_LOG
  665. depends on CC_SUPPORT || SUPPORT_TTX
  666. bool "Support Record VBI data (TARA format)"
  667. default n
  668. help
  669. Support record VBI data to /mnt/sda1/taralog.epr
  670. Start record: mon taralog
  671. End record: mon taralog
  672. Flush to USB: sync
  673. config CC_SUPPORT
  674. bool "CC Support"
  675. help
  676. Select Closed Caption
  677. choice
  678. depends on CC_SUPPORT || SUPPORT_TTX
  679. prompt "Select VBI data type for PAL_N"
  680. config PALN_SUPPORT_TT
  681. depends on SUPPORT_TTX
  682. bool "Support PAL_N TT"
  683. help
  684. Ambiguous specification on PAL_N, so this option is provided to customize as TeleText setting.
  685. config PALN_SUPPORT_CC
  686. depends on CC_SUPPORT
  687. bool "Support PAL_N CC"
  688. help
  689. Ambiguous specification on PAL_N, so this option is provided to customize as Closed Caption setting.
  690. endchoice
  691. config VCHIP_SUPPORT
  692. bool "VCHIP Support"
  693. help
  694. Select VChip
  695. endmenu
  696. menu "Merge Module"
  697. config EXTNDMODULE1
  698. bool "ExtendModule1"
  699. config MERGENAME1
  700. string "MERGENAME1(less than 12 bytes)"
  701. depends on EXTNDMODULE1
  702. config MERGELOCATION1
  703. string "MERGELOCATION1(aps/customer/customername/MERGELOCATION)"
  704. depends on EXTNDMODULE1
  705. config EXTNDMODULE2
  706. bool "ExtendModule2"
  707. config MERGENAME2
  708. string "MERGENAME2(less than 12 bytes)"
  709. depends on EXTNDMODULE2
  710. config MERGELOCATION2
  711. string "MERGELOCATION2(aps/customer/customername/MERGELOCATION)"
  712. depends on EXTNDMODULE2
  713. config EXTNDMODULE3
  714. bool "ExtendModule3"
  715. config MERGENAME3
  716. string "MERGENAME3(less than 12 bytes)"
  717. depends on EXTNDMODULE3
  718. config MERGELOCATION3
  719. string "MERGELOCATION3(aps/customer/customername/MERGELOCATION)"
  720. depends on EXTNDMODULE3
  721. config EXTNDMODULE4
  722. bool "ExtendModule4"
  723. config MERGENAME4
  724. string "MERGENAME4(less than 12 bytes)"
  725. depends on EXTNDMODULE4
  726. config MERGELOCATION4
  727. string "MERGELOCATION4(aps/customer/customername/MERGELOCATION)"
  728. depends on EXTNDMODULE4
  729. config EXTNDMODULE5
  730. bool "ExtendModule5"
  731. config MERGENAME5
  732. string "MERGENAME5(less than 12 bytes)"
  733. depends on EXTNDMODULE5
  734. config MERGELOCATION5
  735. string "MERGELOCATION5(aps/customer/customername/MERGELOCATION)"
  736. depends on EXTNDMODULE5
  737. config EXTNDMODULE6
  738. bool "ExtendModule6"
  739. config MERGENAME6
  740. string "MERGENAME6(less than 12 bytes)"
  741. depends on EXTNDMODULE6
  742. config MERGELOCATION6
  743. string "MERGELOCATION6(aps/customer/customername/MERGELOCATION)"
  744. depends on EXTNDMODULE6
  745. config EXTNDMODULE7
  746. bool "ExtendModule7"
  747. config MERGENAME7
  748. string "MERGENAME7(less than 12 bytes)"
  749. depends on EXTNDMODULE7
  750. config MERGELOCATION7
  751. string "MERGELOCATION7(aps/customer/customername/MERGELOCATION)"
  752. depends on EXTNDMODULE7
  753. endmenu # merge Module
  754. config DCCM_SUPPORT
  755. depends on ATSC_SYSTEM
  756. bool "DCCM Support"
  757. default n
  758. help
  759. Select DCCM Support
  760. menu "VIP Configuration "
  761. config VIP_COLOR_FORMAT_Y8BIT
  762. bool "Support Vip Color Format Y 8bit"
  763. default n
  764. config ENABLE_MIR
  765. #depends on CHIP_533 || CHIP_531 || CHIP_305 || CHIP_506 || CHIP_8503
  766. bool "Enable TVout"
  767. default n
  768. config SUPPORT_ASPECTRATIO_SETFULL_WITH_PANEL
  769. bool "Support Aspect Set Full With Panel"
  770. default n
  771. config FREERUN_MODE
  772. bool "Support FreeRun Mode"
  773. default n
  774. config SUPPORT_JPEG_ASPECT_RATIO
  775. bool "Support Jpeg Aspect Ratio"
  776. default n
  777. config MEDIA_ASPECTRATIO_AUTO_NATIVEENLARGE
  778. bool "Support Media Aspect Auto Mode NativeEnlarge"
  779. default n
  780. config SUPPORT_64BIT_LUT
  781. bool "Support 64Bit Lut"
  782. default n
  783. config FORCE_DISABLE_BYPASS_MODE
  784. bool "Force disable bypass mode"
  785. default n
  786. config DOT_TO_DOT_ADJUST
  787. bool "Support dot to dot adjust setting"
  788. default n
  789. config VIPTABLE_BIN_FLASH_MAX_SIZE
  790. string "Viptable.bin flash max size"
  791. default "25"
  792. config DYNAMIC_PANEL_CUT_OFFSET
  793. bool "Support dynamic panel cut offset by customer"
  794. default n
  795. config NATIVE_OVERPANEL_FULLSCREEN
  796. bool "Video show full screen when size over panel in native aspect"
  797. default n
  798. config FORCE_USE_1_FRAMEBUFFER
  799. bool "Let video force to use 1 framebuffer"
  800. default n
  801. config USE_DOWN_SCALE_IMPROVE
  802. bool "USE Down Scale Improve Module"
  803. default n
  804. config SAVE_BANDWIDTH_PRESCALING_DOWN
  805. bool "Use Prescaling Down to Save Bandwidth"
  806. default n
  807. endmenu
  808. menu "PQ Configuration "
  809. choice
  810. prompt "VCOLORLUT COLOR"
  811. default COLORLUT_7_COLOR
  812. config COLORLUT_14_COLOR
  813. bool "COLORLUT_14_COLOR"
  814. config COLORLUT_10_COLOR
  815. bool "COLORLUT_10_COLOR"
  816. config COLORLUT_7_COLOR
  817. bool "COLORLUT_7_COLOR"
  818. endchoice
  819. config FM_COLORLUT_RELATIVE_SWITCH
  820. bool
  821. prompt "FM_COLORLUT_RELATIVE_SWITCH"
  822. default n
  823. config FORCE_NR_EFFECT_ENHANCED_IN_OFF_OPTION
  824. bool "Enhance NR effect in OFF option"
  825. default y
  826. config CONTROL_TNRZ_BY_PQ_DRIVER
  827. bool "Control TNRZ map en by NR_Adjust function in PQ driver"
  828. default y
  829. config APPLY_DIFFERENT_SHARPNESS_SETTING_IN_PANEL_INVERT
  830. bool
  831. prompt "Apply different sharpness seting while panel invert"
  832. default n
  833. config CONTROL_WHITE_pattern_BY_PQ
  834. bool "Generate internal white pattern by PQ setting"
  835. default n
  836. config HDMI_RGB_RANGE_FORCE_AUTOMODE_TO_FULLRANGE
  837. bool "Force RGB Range in Auto Mode redirect to Full Range"
  838. default n
  839. config WHITE_BALANCE_ADJUST_IN_DPY_MATRIX
  840. bool "Adjust RGB gain in DPY matrix(Y) or Gamma(N)"
  841. default n
  842. config SUPPORT_SATURATION_PROTECT
  843. bool "Support Saturation Protect"
  844. default y
  845. config BANDWIDTH_LIMIT_WHEN_MENU_OPEN
  846. bool "bandwidth limit when menu open"
  847. default n
  848. config SUPPORT_NR_SETTIGN_BY_TOOL
  849. bool "Support NR Setting by tool"
  850. default y
  851. config SOYEA_AV_DITHERING
  852. bool "Additional AV dithering solution for SOYEA setop box."
  853. default n
  854. config SWITCH_GAMMA_TABLE_WITHOUT_RESET
  855. bool "Switch Gamma Table without disable/enable Gamma"
  856. default y
  857. endmenu
  858. menu "Panel Configuration "
  859. choice
  860. prompt "PanelSet Timing Mode"
  861. default SET_BY_FILE
  862. config PANEL_SET_BY_FILE
  863. bool "Set Value Base on PanelSetting"
  864. config PANEL_SET_BY_VTOTAL
  865. bool "Change Vaule Base on Vtotal"
  866. config PANEL_SET_BY_HTOTAL
  867. bool "Change Vaule Base on Htotal"
  868. config PANEL_SET_BY_CLOCK
  869. bool "Change Vaule Base on Clock"
  870. config PANEL_SET_VALUE_DIRECT
  871. bool "Set PanelSet Vaule Direct"
  872. config PANEL_SET_DIRECT_CLOCK
  873. bool "Set PanelSet Direct Clock"
  874. endchoice
  875. config DIRECT_PANEL_CLOCK_VALUE
  876. int "Set Direct Panel Clock Value"
  877. depends on PANEL_SET_DIRECT_CLOCK
  878. default 72920000
  879. choice
  880. prompt "FrameLock Speed Select"
  881. default FRAMELOCK_NORMAL
  882. config FRAMELOCK_NORMAL
  883. bool "Normal"
  884. help
  885. FrameLock Normal Mode
  886. config FRAMELOCK_SLOW
  887. bool "Slow"
  888. help
  889. FrameLock Slow Mode
  890. config FRAMELOCK_CLOSE
  891. bool "Close"
  892. help
  893. FrameLock Close Mode
  894. endchoice
  895. config DISABLE_BACKLIGHT_GPIO_RECONTROL
  896. bool "Disable Backlight Gpio Control After Light on"
  897. default n
  898. config DISABLE_LVDS_CLOCK_CONTROL
  899. bool "Disable LVDS Clock After boot on"
  900. default n
  901. config ENABLE_PLL_DIV2
  902. bool "Enable LVDS Pll Div2"
  903. default n
  904. config SUPPORT_SWITCH_PANEL_INDEX
  905. bool "Support Switch Panel Index By Hotkey"
  906. default n
  907. config LVDS_DATA_REF_BY_AP
  908. bool "Support panel lvds data reference by AP"
  909. default n
  910. config SUPPORT_PWMFrequency_SaveIn_FactoryMode
  911. bool "Support pwm frequency save in factory mode"
  912. default n
  913. help
  914. config nonlinear backlight curve
  915. config SUPPORT_PWM_DUTY_IN_DECIMAL
  916. bool "Support PWM Duty setting in decimal(thousand ratio)"
  917. default n
  918. help
  919. Increase the precision of PWM Duty setting, form integer to decimal
  920. config InputCurrent
  921. int
  922. prompt "CURRENT for BL"
  923. default 128
  924. help
  925. input current value
  926. config SUPPORT_3D_EN
  927. bool "Enable 3D"
  928. default n
  929. config CHIP_PLL_SETTING_TEST
  930. bool "Chip LVDS PLL Setting Test"
  931. default n
  932. endmenu
  933. menu "UART Module Setting"
  934. config SUPPORT_UARTB
  935. bool "Support UartB"
  936. default n
  937. config XHDMICPIN_TO_UARTB
  938. bool
  939. depends on SUPPORT_UARTB
  940. prompt "HDMIC Pin As Uartb"
  941. default n
  942. config KEY1_I2S_SCK_TO_UARTB
  943. bool
  944. depends on SUPPORT_UARTB
  945. prompt "KEY1 I2S_SCK Pin As Uartb"
  946. default n
  947. menu "Bluetooth setting"
  948. depends on SUPPORT_UARTB
  949. config BLUETOOTH_SUPPORT
  950. bool
  951. depends on SUPPORT_UARTB
  952. prompt "Bluetooth Support"
  953. default n
  954. choice
  955. depends on BLUETOOTH_SUPPORT
  956. prompt "Bluetooth Version"
  957. default BT_5851S
  958. config BT_5851S
  959. bool "Bluetooth Module 5851S"
  960. config BT_AK105XT
  961. bool "Bluetooth Module AK105XT"
  962. config BT_RDA5856
  963. bool "Bluetooth Module RDA5856"
  964. config BT_POL6556
  965. bool "Bluetooth Module POL6556"
  966. endchoice
  967. config BLUETOOTH_FM_SUPPORT
  968. bool
  969. depends on BT_RDA5856
  970. prompt "Bluetooth FM Support"
  971. default n
  972. config BLUETOOTH_UPGRADE_SUPPORT
  973. bool
  974. depends on BT_RDA5856
  975. prompt "Bluetooth Upgrade Support"
  976. default n
  977. endmenu
  978. config STB_MODULE_SUPPORT
  979. depends on SUPPORT_UARTB
  980. bool "Support STB Module"
  981. default n
  982. config SMART_MODULE_SUPPORT
  983. depends on SUPPORT_UARTB
  984. bool "Support Smart Module"
  985. default n
  986. config VEHICLE_MODULE_SUPPORT
  987. depends on SUPPORT_UARTB
  988. bool "Support Vehicle Module"
  989. default n
  990. config SMART_MODULE_SET_SOURCE
  991. depends on SMART_MODULE_SUPPORT
  992. hex "Set Source"
  993. default 0x00003F
  994. help
  995. tv set source to android
  996. ATV/TV 0x1
  997. YPbPr 0x2
  998. AV 0x4
  999. hdmi1 0x8
  1000. hdmi2 0x10
  1001. pc 0x20
  1002. DTV 0x40
  1003. scart 0x80
  1004. dvd 0x100
  1005. hdmi 0x200
  1006. game 0x400
  1007. AV1 0x800
  1008. AV2 0x1000
  1009. bluetooth 0x2000
  1010. scart1 0x4000
  1011. scart2 0x8000
  1012. YPbPr1 0x10000
  1013. YPbPr2 0x20000
  1014. SVideo 0x40000
  1015. SVideo1 0x80000
  1016. SVideo2 0x100000
  1017. SVideo3 0x200000
  1018. YPbPr3 0x400000
  1019. hdmi3 0x800000
  1020. endmenu #"UART Module"
  1021. comment "TV Features Config"
  1022. config SUPPORT_CEC_TV
  1023. bool "Support CEC"
  1024. default y
  1025. config SUPPORT_HDMI_PLUGIN_CHANGE_SOURCE
  1026. depends on !SUPPORT_CEC_TV
  1027. bool "Support Hdmi Plugin Chage Source"
  1028. default n
  1029. config SUPPORT_ARC
  1030. depends on SUPPORT_CEC_TV
  1031. bool "Support ARC"
  1032. default y
  1033. config WAKE_UP_DEVICE_BY_POWER_ON_TV
  1034. depends on SUPPORT_CEC_TV
  1035. bool "Wake up device by power on tv"
  1036. default y
  1037. config SUPPORT_CEC_VOLUME_KEY_CONTINUE
  1038. bool "Support CEC VOLUME KEY CONTINUE"
  1039. default n
  1040. config HDMI_SUPPORT_MHL
  1041. bool "Support MHL"
  1042. default y
  1043. config MIFI_SUPPORT
  1044. bool "Middleware file container support"
  1045. help
  1046. A small file container that support
  1047. open, read, write, close, size... api.
  1048. config LVDS_POWER_SAVING_SUPPORT
  1049. bool "Support LVDS power saving"
  1050. default y
  1051. help
  1052. Disable useless LVDS channel in 8 bit panel. This will also disable the GPIO that exist in LVDS.
  1053. config SUPPORT_REMOVE_LDO
  1054. bool "SUPPORT REMOVE LDO(Standby Power Saving)"
  1055. default n
  1056. config SUPPORT_NO_SIGNAL_STANDBY
  1057. bool "Support NO Signal Enter Standby"
  1058. default y
  1059. config SUPPORT_VIPAP
  1060. bool "Support VIP AP"
  1061. default n
  1062. config AutoAdjust_BlackScreen
  1063. bool "AutoAdjust_BlackScreen"
  1064. default n
  1065. help
  1066. config AutoAdjust_BlackScreen
  1067. config SUPPORT_VOF_USE_N2
  1068. bool "Support VOF uses 2 buffers"
  1069. default n
  1070. config SUPPORT_PROJECT_ID
  1071. bool "Support Project ID Switch"
  1072. default n
  1073. config SUPPORT_SYSTEM_BARCODE
  1074. bool "Support BarCode"
  1075. default n
  1076. config SUPPORT_FACTORY_AUTO_TEST
  1077. bool "Support factory auto test"
  1078. default n
  1079. config CTV_UART_FAC_MODE
  1080. bool "Support CTV RS232 auto test"
  1081. default n
  1082. config TPV_UART_FAC_MODE
  1083. bool "Support TPV RS232 auto test"
  1084. default n
  1085. config INN_UART_FAC_MODE
  1086. bool "Support Inn RS232 auto test"
  1087. default n
  1088. config HK_UART_FAC_MODE
  1089. bool "Support Hk RS232 auto test"
  1090. default n
  1091. config SUPPORT_PANNEL_PHOTO_TEST
  1092. bool "Support Pannnel Photo test in factory P mode"
  1093. default n
  1094. config SUPPORT_ALL_ACTION_SHOW_BLUE_SCREEN
  1095. bool "Support all action show blue screen"
  1096. default n
  1097. config SUPPORT_CHANGE_SOURCE_NOT_SHOW_BLUE_SCREEN
  1098. depends on SUPPORT_ALL_ACTION_SHOW_BLUE_SCREEN
  1099. bool "Support change source not show blue screen"
  1100. default n
  1101. config SUPPORT_ACTION_SHOW_BLUE_SCREEN_EXCEPT_MEDIA
  1102. bool "Support all action show blue screen except media"
  1103. default n
  1104. config SUPPORT_SET_CLOCK_ONOFFTIME
  1105. bool "Support set clock and system on off time"
  1106. default n
  1107. config SUPPORT_FACTORY_TEST_KEYPAD
  1108. bool "Support Factory Test Keypad"
  1109. default n
  1110. config SUPPORT_ESTICKER_INFILE
  1111. bool "Support Esticker In File"
  1112. default n
  1113. config SUPPORT_ESTICKER_NEW
  1114. bool "Support Esticker new"
  1115. depends on SUPPORT_ESTICKER_INFILE
  1116. default n
  1117. config SUPPORT_SPECIAL_PANEL_HAS_SHADOW
  1118. bool "Support special panel has shadow if open LVDS data before BL ON"
  1119. default n
  1120. config SUPPORT_IR_FAC_REMOTE
  1121. bool "Support Factory Remote use NEC"
  1122. default n
  1123. config SUPPORT_SYSTEM_LIFETIME
  1124. bool "Support System Life Time"
  1125. default n
  1126. help
  1127. a function
  1128. config SUPPORT_SYSTEM_STANDBYTIME
  1129. bool "Support System Standby-Mode Time"
  1130. default n
  1131. help
  1132. record standby mode runtime
  1133. config SUPPORT_KEYPAD_SHORT
  1134. bool "Support Keypad key0 and key 1 short"
  1135. default n
  1136. config SUPPORT_BATTERY_DETECTION
  1137. bool "Support Keypad ADC to detec battery"
  1138. default n
  1139. choice
  1140. depends on SUPPORT_BATTERY_DETECTION
  1141. prompt "Use Keypad ADC to detec battery"
  1142. default SUPPORT_BATTERY_DETECTION_ADC0
  1143. config SUPPORT_BATTERY_DETECTION_ADC0
  1144. bool "Use ADC0"
  1145. config SUPPORT_BATTERY_DETECTION_ADC1
  1146. bool "Use ADC1"
  1147. config SUPPORT_BATTERY_DETECTION_ADC2
  1148. bool "Use ADC2"
  1149. config SUPPORT_BATTERY_DETECTION_ADC3
  1150. bool "Use ADC3"
  1151. endchoice
  1152. config SUPPORT_SET_PANELSET_BY_BATTERY_AND_GPIO
  1153. depends on SUPPORT_BATTERY_DETECTION
  1154. bool "Support set panelset by battery & LED_G"
  1155. default n
  1156. config POWER_ON_TV_LOCK
  1157. bool "support Power On TV Lock mode"
  1158. default n
  1159. config SUPPORT_SHOW_AVSPLUS
  1160. bool "Support show avs plus in program info"
  1161. default y
  1162. config SUPPORT_LOOP_CHANGESOURCE_SOURCECLASS
  1163. bool "Support loop change source in source class"
  1164. default n
  1165. config SUPPORT_DETECT_USBPLL
  1166. bool "Support detect USB PLL(Only In Burnin Mode)"
  1167. default n
  1168. config SUPPORT_SD_HOTPLUG
  1169. bool "Support hotplug SD card"
  1170. default n
  1171. config SUPPORT_RESET_BACKUP_FM_PICTUREMODE
  1172. bool "Support reset backup fm picturemode"
  1173. default n
  1174. config SUPPORT_COPY_BW_TO_ALLSOURCE_RESET_BACKUP
  1175. bool "Support copy WB to all source and reset backup"
  1176. default n
  1177. config SUPPORT_AUTO_IMPORTR_FM_PICTUREMODE
  1178. bool "Support auto import fm picturemode"
  1179. default n
  1180. config SUPPORT_KEY_BOARD
  1181. bool "Key Board"
  1182. default n
  1183. config SUPPORT_STORE_HDCP2X_TO_FLASH
  1184. bool "store hdcp2x key to flash"
  1185. default n
  1186. config SUPPORT_MONITOR_SOURCE
  1187. bool "Support monitor source"
  1188. default n
  1189. config PROJECTOR_ASPECT
  1190. bool "Apply Zoom function to Aspectratio"
  1191. default n
  1192. config BLT_ASP_RATIO_MENU_ENABLE
  1193. depends on PROJECTOR_ASPECT
  1194. bool "Support osd projection zoom"
  1195. default n
  1196. config AUTO_WB
  1197. bool
  1198. prompt "Support Auto White Balance Data"
  1199. default n
  1200. config SUPPORT_AC_REPEAT_KEYPAD_POWERON
  1201. bool "Support press long keypad power on"
  1202. default n
  1203. menu "What ac auto power on mode support wakeup?""
  1204. depends on SUPPORT_AC_REPEAT_KEYPAD_POWERON
  1205. config AC_CONI_KP_PWON_AC_AUTO_ON
  1206. bool "support ac auto mode on"
  1207. default y
  1208. config AC_CONI_KP_PWON_AC_AUTO_LAST
  1209. bool "support ac auto mode last memory"
  1210. default y
  1211. config AC_CONI_KP_PWON_AC_AUTO_OFF
  1212. bool "support ac auto mode off"
  1213. default n
  1214. endmenu
  1215. endmenu # Modules select