Kconfig.net 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. menu "NET Modules"
  2. config SUPPORT_NETWORK
  3. bool "NET"
  4. default n
  5. help
  6. Selecting this option causes net function included.
  7. menu "Connect Mode"
  8. depends on SUPPORT_NETWORK
  9. config SUPPORT_ETHERNET
  10. bool "ethernet"
  11. config ETHERNET_MAC_ADDRESS
  12. depends on SUPPORT_NETWORK && SUPPORT_ETHERNET
  13. string "MAC Address"
  14. default "00:11:22:33:44:55"
  15. help
  16. Input the MAC address with the format "xx:xx:xx:xx:xx:xx".
  17. Don't forget the colons!
  18. config SUPPORT_WIFI
  19. bool "wifi"
  20. menu "Dongle"
  21. depends on SUPPORT_WIFI
  22. config SUPPORT_RTL8188
  23. bool "Support RTL8188"
  24. config SUPPORT_RTL8188FTV
  25. bool "Support RTL8188FTV"
  26. config SUPPORT_NORMAL_MTK7601
  27. bool "Support Normal MTK7601"
  28. config SUPPORT_RDA5995
  29. bool "Support RDA5995"
  30. config SUPPORT_RTL8723BU
  31. bool "Support RTL8723BU"
  32. config SUPPORT_RTL8723DU
  33. bool "Support RTL8723DU"
  34. config SUPPORT_RTL8733BU
  35. bool "Support RTL8733BU"
  36. config SUPPORT_ATBM6023
  37. bool "Support ATBM6023"
  38. config SUPPORT_ATBM6132
  39. bool "Support ATBM6132"
  40. config SUPPORT_AIC8800
  41. bool "Support AIC8800"
  42. endmenu
  43. endmenu
  44. menu "NET_SOURCE"
  45. depends on SUPPORT_NETWORK
  46. config SUPPORT_NETAPP
  47. bool "Support Network App"
  48. default n
  49. help
  50. Selecting this option causes network APP included.
  51. menu "Applications"
  52. depends on SUPPORT_NETAPP
  53. config SUPPORT_NEW_AIRPLAY
  54. bool "Support New Airplay"
  55. default n
  56. select FORCE_DISABLE_BYPASS_MODE
  57. help
  58. Selecting this option to support Airplay (including mirroring)
  59. config SUPPORT_MIRACAST
  60. bool "Support Miracast"
  61. default n
  62. help
  63. This will enable Miracast function which is peer-to-peer wireless
  64. screencast standard formed via WI-FI Direct connections in a manner
  65. similar to Bluetooth.
  66. This function works under Kernel v3.0.8, please make sure you have
  67. choice the correct Kernel version.
  68. Location -> Kernel hacking -> Kernel version
  69. config SUPPORT_MIRACAST_HDCP
  70. depends on SUPPORT_MIRACAST
  71. bool "Miracast Support HDCP"
  72. default n
  73. help
  74. Selecting this option to support HDCP.
  75. config SUPPORT_DLNA
  76. bool "Support DLNA"
  77. default n
  78. help
  79. Selecting this option causes DLNA function included.
  80. config SUPPORT_MIRACAST_DLNA_INONE
  81. depends on SUPPORT_MIRACAST && SUPPORT_DLNA
  82. bool "Support MIRACAST DLNA IN ONE"
  83. default n
  84. help
  85. Selecting this option causes MIRACAST DLNA function together.
  86. config SUPPORT_DASH
  87. bool "Support DASH"
  88. default n
  89. help
  90. Selecting this option causes DASH function included.
  91. config SUPPORT_ONLINE_STREAMING
  92. bool "Support Online streaming"
  93. default n
  94. help
  95. Selecting this option causes network streaming function included.
  96. choice
  97. depends on SUPPORT_ONLINE_STREAMING
  98. prompt "Play"
  99. config SUPPORT_NET_PLAY_RTSP
  100. bool "RTSP"
  101. config SUPPORT_NET_PLAY_HTTP
  102. bool "HTTP"
  103. help
  104. Selecting this option to enable auto play rtsp or http stream in network source
  105. endchoice
  106. endmenu # "Applications"
  107. endmenu # "NET SOURCE"
  108. config SUPPORT_NET_SETTING
  109. depends on SUPPORT_NETWORK
  110. bool "Support network setting UI"
  111. default n
  112. help
  113. Selecting this option to enable network configuration UI
  114. config SUPPORT_NET_OTA
  115. depends on SUPPORT_NETWORK
  116. bool "Support Network OTA"
  117. default n
  118. help
  119. Selecting this option causes network OTA function included.
  120. choice
  121. depends on SUPPORT_NET_OTA
  122. prompt "Storage for BIN file"
  123. config SUPPORT_NET_OTA_FROM_USB
  124. bool "USB disk"
  125. config SUPPORT_NET_OTA_FROM_MEM
  126. bool "Memory"
  127. help
  128. Selecting the storage for downloaded OTA Bin file
  129. endchoice
  130. config SUPPORT_USB_MCAST
  131. depends on SUPPORT_NETWORK
  132. bool "Support USB Mcast"
  133. default n
  134. help
  135. Support USB Mcast
  136. config SUPPORT_ANDROID_MCAST
  137. depends on SUPPORT_USB_MCAST
  138. bool
  139. prompt "SUPPORT Android Mcast"
  140. default n
  141. config SUPPORT_ANDROID_MCAST_SELF
  142. depends on SUPPORT_ANDROID_MCAST
  143. bool
  144. prompt "SUPPORT Android Mcast by Self"
  145. default n
  146. config SUPPORT_IPHONE_ICAST
  147. depends on SUPPORT_USB_MCAST
  148. bool
  149. prompt "SUPPORT Iphone Icast"
  150. default n
  151. config SUPPORT_IPTV
  152. bool "IPTV"
  153. default n
  154. help
  155. None
  156. endmenu # "NET Modules"