Kconfig.dtvcommon 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. menu "DTV Common Functions"
  2. menu "MHEG5"
  3. config SUPPORT_MHEG5
  4. bool "MHEG5 Support"
  5. default n if (SUPPORT_DTG_CERTIFICATION || CI_PLUS_SUPPORT || SUPPORT_FREEVIEW_NZ)
  6. choice
  7. depends on SUPPORT_MHEG5
  8. prompt "MHEG5 engine"
  9. config USE_OCEANBLUE_MHEG5
  10. bool "Use OceanBlue MHEG5 engine"
  11. help
  12. Use OceanBlue MHEG5 engine
  13. config USE_PROPRIETARY_MHEG5
  14. bool "Use Proprietary MHEG5 engine"
  15. help
  16. Use Proprietary MHEG5 engine
  17. endchoice
  18. config MHEG5_AUTHENTICATION
  19. depends on SUPPORT_MHEG5 && (USE_OCEANBLUE_MHEG5 || USE_PROPRIETARY_MHEG5)
  20. bool "MHEG5 Authentication"
  21. default n
  22. help
  23. Because of IC limitaion, you must enable this item for authentication. Attention: This will always disable overscan.
  24. config SUPPORT_MHEG5_HD
  25. depends on SUPPORT_MHEG5 && (USE_OCEANBLUE_MHEG5 || USE_PROPRIETARY_MHEG5)
  26. bool "Support HD or Not"
  27. default y
  28. config SUPPORT_MHEG5_SD
  29. depends on SUPPORT_MHEG5
  30. bool
  31. default y if (!SUPPORT_MHEG5_HD)
  32. choice
  33. depends on SUPPORT_MHEG5_HD
  34. prompt "Profiles"
  35. config SUPPORT_MHEG5_UK
  36. #depends on SUPPORT_DTG_CERTIFICATION || SUPPORT_CERTIFICATION_NONE
  37. bool "Support UK profile"
  38. config SUPPORT_MHEG5_NZ
  39. #depends on SUPPORT_FREEVIEW_NZ || SUPPORT_CERTIFICATION_NONE
  40. bool "Support New Zealand profile"
  41. config SUPPORT_MHEG5_AU
  42. #depends on SUPPORT_CERTIFICATION_NONE
  43. bool "Support Australia profile"
  44. endchoice
  45. config SUPPORT_MHEG5_ICS
  46. depends on SUPPORT_MHEG5_HD
  47. bool "Support ICS extension"
  48. default n
  49. endmenu
  50. choice
  51. prompt "EWS Support"
  52. optional
  53. default SUPPORT_EWS
  54. config SUPPORT_EWS
  55. bool "DVB EWS Support"
  56. help
  57. Select EWS Support
  58. config SUPPORT_INDONESIA_EWS
  59. bool "INDONESIA EWS Support"
  60. help
  61. Select EWS Support
  62. endchoice
  63. config SUPPORT_WARNING_SOUND
  64. bool "Waring Sound"
  65. depends on SUPPORT_INDONESIA_EWS
  66. default n
  67. help
  68. Sound support
  69. config WARNING_SOUND_FILE_NAME
  70. string "file name"
  71. depends on SUPPORT_WARNING_SOUND
  72. default "indonesia_ews_warning.mp3"
  73. help
  74. please fill the file name located at customer/$(customer)/public/sound , ex indonesia_ews_warning.mp3
  75. endmenu #"DTV common feature"