Kconfig.system 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. menu "System Application"
  2. choice
  3. prompt "System APP"
  4. config DVB_SYSTEM
  5. bool "DVB SYSTEM"
  6. config ISDB_SYSTEM
  7. bool "ISDB SYSTEM"
  8. config DTMB_SYSTEM
  9. bool "DTMB SYSTEM"
  10. config ATSC_SYSTEM
  11. bool "ATSC SYSTEM"
  12. config ANALOGUE_ONLY_SYSTEM
  13. bool "ANALOGUE ONLY SYSTEM"
  14. endchoice
  15. config AUS_DVB_SYSTEM
  16. depends on DVB_SYSTEM
  17. bool #"AUS DVB SYSTEM"
  18. default y
  19. menu "Product Location Select"
  20. config LOCATION_IS_CN
  21. depends on DTMB_SYSTEM || DVB_SYSTEM
  22. bool "location CN"
  23. config LOCATION_IS_JP
  24. depends on ISDB_SYSTEM
  25. bool "location JP"
  26. config LOCATION_IS_NA
  27. depends on ATSC_SYSTEM
  28. bool "location NA"
  29. config LOCATION_IS_MY
  30. depends on ATSC_SYSTEM
  31. bool "location MY"
  32. config LOCATION_IS_TW
  33. depends on DVB_SYSTEM
  34. bool "location TW"
  35. config LOCATION_IS_IN
  36. depends on ATSC_SYSTEM
  37. bool "location IN"
  38. config LOCATION_IS_SEA
  39. depends on ATSC_SYSTEM
  40. bool "location SEA"
  41. config LOCATION_IS_KR
  42. depends on ATSC_SYSTEM
  43. bool "location KR"
  44. config LOCATION_IS_ME
  45. depends on DVB_SYSTEM
  46. bool "location ME"
  47. config LOCATION_IS_SA
  48. depends on ISDB_SYSTEM || DVB_SYSTEM
  49. bool "location SA"
  50. config LOCATION_IS_EU
  51. depends on DVB_SYSTEM
  52. bool "location EU"
  53. config LOCATION_IS_AU
  54. depends on DVB_SYSTEM
  55. bool "location AU"
  56. config LOCATION_IS_HK
  57. depends on DTMB_SYSTEM
  58. bool "location HK"
  59. endmenu
  60. source aps/customer/Kconfig.atv
  61. if (DVB_SYSTEM) || (AUS_DVB_SYSTEM)
  62. source aps/customer/Kconfig.dvb
  63. endif
  64. if (ISDB_SYSTEM)
  65. source aps/customer/Kconfig.sbtvd
  66. endif
  67. if (DTMB_SYSTEM)
  68. source aps/customer/Kconfig.dtmb
  69. endif
  70. if (ATSC_SYSTEM)
  71. #source aps/customer/Kconfig.atsc
  72. endif
  73. source aps/customer/Kconfig.media
  74. source aps/customer/Kconfig.net
  75. source aps/customer/Kconfig.game
  76. # source aps/customer/Kconfig.karaoke
  77. if (DVB_SYSTEM) || (AUS_DVB_SYSTEM) || (DTMB_SYSTEM)
  78. comment "DTV System Functions Config"
  79. source aps/customer/Kconfig.dtvcommon
  80. endif
  81. endmenu # System Application