123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- menu "DTV Common Functions"
- menu "MHEG5"
- config SUPPORT_MHEG5
- bool "MHEG5 Support"
- default n if (SUPPORT_DTG_CERTIFICATION || CI_PLUS_SUPPORT || SUPPORT_FREEVIEW_NZ)
- choice
- depends on SUPPORT_MHEG5
- prompt "MHEG5 engine"
-
- config USE_OCEANBLUE_MHEG5
- bool "Use OceanBlue MHEG5 engine"
- help
- Use OceanBlue MHEG5 engine
- config USE_PROPRIETARY_MHEG5
- bool "Use Proprietary MHEG5 engine"
- help
- Use Proprietary MHEG5 engine
- endchoice
- config MHEG5_AUTHENTICATION
- depends on SUPPORT_MHEG5 && (USE_OCEANBLUE_MHEG5 || USE_PROPRIETARY_MHEG5)
- bool "MHEG5 Authentication"
- default n
- help
- Because of IC limitaion, you must enable this item for authentication. Attention: This will always disable overscan.
-
- config SUPPORT_MHEG5_HD
- depends on SUPPORT_MHEG5 && (USE_OCEANBLUE_MHEG5 || USE_PROPRIETARY_MHEG5)
- bool "Support HD or Not"
- default y
- config SUPPORT_MHEG5_SD
- depends on SUPPORT_MHEG5
- bool
- default y if (!SUPPORT_MHEG5_HD)
- choice
- depends on SUPPORT_MHEG5_HD
- prompt "Profiles"
-
- config SUPPORT_MHEG5_UK
- #depends on SUPPORT_DTG_CERTIFICATION || SUPPORT_CERTIFICATION_NONE
- bool "Support UK profile"
- config SUPPORT_MHEG5_NZ
- #depends on SUPPORT_FREEVIEW_NZ || SUPPORT_CERTIFICATION_NONE
- bool "Support New Zealand profile"
- config SUPPORT_MHEG5_AU
- #depends on SUPPORT_CERTIFICATION_NONE
- bool "Support Australia profile"
- endchoice
- config SUPPORT_MHEG5_ICS
- depends on SUPPORT_MHEG5_HD
- bool "Support ICS extension"
- default n
- endmenu
-
- choice
- prompt "EWS Support"
- optional
- default SUPPORT_EWS
- config SUPPORT_EWS
- bool "DVB EWS Support"
- help
- Select EWS Support
-
- config SUPPORT_INDONESIA_EWS
- bool "INDONESIA EWS Support"
- help
- Select EWS Support
- endchoice
-
- config SUPPORT_WARNING_SOUND
- bool "Waring Sound"
- depends on SUPPORT_INDONESIA_EWS
- default n
- help
- Sound support
- config WARNING_SOUND_FILE_NAME
- string "file name"
- depends on SUPPORT_WARNING_SOUND
- default "indonesia_ews_warning.mp3"
- help
- please fill the file name located at customer/$(customer)/public/sound , ex indonesia_ews_warning.mp3
- endmenu #"DTV common feature"
|