Config.in.network 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. config ADK_KERNEL_NETDEVICES
  2. bool
  3. config ADK_KERNEL_ETHERNET
  4. bool
  5. config ADK_KERNEL_NET
  6. bool
  7. config ADK_KERNEL_PACKET
  8. bool
  9. config ADK_KERNEL_UNIX
  10. bool
  11. config ADK_KERNEL_NET_CORE
  12. bool
  13. menu "Network support"
  14. depends on ADK_TARGET_WITH_NET
  15. config ADK_KERNEL_INET
  16. bool "Enable TCP/IP support"
  17. select ADK_KERNEL_NET
  18. select ADK_KERNEL_UNIX
  19. select ADK_KERNEL_PACKET
  20. select ADK_KERNEL_NET_CORE
  21. select ADK_KERNEL_NETDEVICES
  22. select ADK_KERNEL_ETHERNET
  23. select ADK_KERNEL_CRYPTO
  24. select ADK_KERNEL_CRYPTO_AES
  25. default y
  26. config ADK_KERNEL_IP_FIB_HASH
  27. bool
  28. default y
  29. config ADK_KERNEL_IPV6
  30. tristate "Enable IPv6 support"
  31. select BUSYBOX_FEATURE_IPV6
  32. help
  33. This is complemental support for the IP version 6.
  34. You will still be able to do traditional IPv4 networking as well.
  35. For general information about IPv6, see
  36. <http://playground.sun.com/pub/ipng/html/ipng-main.html>.
  37. For Linux IPv6 development information, see <http://www.linux-ipv6.org>.
  38. For specific information about IPv6 under Linux, read the HOWTO at
  39. <http://www.bieringer.de/linux/IPv6/>.
  40. config ADK_KERNEL_IPV6_SIT
  41. tristate "IPv6-in-IPv4 tunnel (SIT driver)"
  42. select ADK_KERNEL_INET_TUNNEL
  43. select ADK_KERNEL_NET_IP_TUNNEL
  44. help
  45. Tunneling means encapsulating data of one protocol type within
  46. another protocol and sending it over a channel that understands the
  47. encapsulating protocol. This driver implements encapsulation of IPv6
  48. into IPv4 packets. This is useful if you want to connect two IPv6
  49. networks over an IPv4-only path.
  50. config ADK_KERNEL_SYN_COOKIES
  51. bool "TCP syncookie support"
  52. config ADK_KERNEL_IP_PNP_BOOTP
  53. bool
  54. config ADK_KERNEL_IP_PNP_RARP
  55. bool
  56. config ADK_KERNEL_NET_IPGRE_BROADCAST
  57. bool
  58. config ADK_KERNEL_NET_IPGRE_DEMUX
  59. bool
  60. config ADK_KERNEL_PPP_ASYNC
  61. bool
  62. config ADK_KERNEL_SLHC
  63. bool
  64. config ADK_KERNEL_IMQ
  65. tristate
  66. config ADK_KERNEL_LLC
  67. tristate
  68. config ADK_KERNEL_IP_MULTICAST
  69. bool "Enable IP Multicasting"
  70. config ADK_KERNEL_IP_MROUTE
  71. bool "Enable IP Multicasting Routing"
  72. config ADK_KERNEL_ATM
  73. tristate "Asynchronous Transfer Mode (ATM)"
  74. help
  75. ATM is a high-speed networking technology for Local Area Networks
  76. and Wide Area Networks. It uses a fixed packet size and is
  77. connection oriented, allowing for the negotiation of minimum
  78. bandwidth requirements.
  79. In order to participate in an ATM network, your Linux box needs an
  80. ATM networking card. If you have that, say Y here and to the driver
  81. of your ATM card below.
  82. Note that you need a set of user-space programs to actually make use
  83. of ATM. See the file <file:Documentation/networking/atm.txt> for
  84. further details.
  85. config ADK_KERNEL_ATM_BR2684
  86. tristate "BR2684 ATM module"
  87. select ADK_KERNEL_ATM
  88. config ADK_KERNEL_BRIDGE
  89. tristate "802.1d Ethernet Bridging"
  90. select ADK_KERNEL_LLC
  91. help
  92. If you say Y here, then your Linux box will be able to act as an
  93. Ethernet bridge, which means that the different Ethernet segments it
  94. is connected to will appear as one Ethernet to the participants.
  95. Several such bridges can work together to create even larger
  96. networks of Ethernets using the IEEE 802.1 spanning tree algorithm.
  97. As this is a standard, Linux bridges will cooperate properly with
  98. other third party bridge products.
  99. In order to use the Ethernet bridge, you'll need the bridge
  100. configuration tools; see <file:Documentation/networking/bridge.txt>
  101. for location. Please read the Bridge mini-HOWTO for more
  102. information.
  103. If you enable iptables support along with the bridge support then you
  104. turn your bridge into a bridging IP firewall.
  105. iptables will then see the IP packets being bridged, so you need to
  106. take this into account when setting up your firewall rules.
  107. Enabling arptables support when bridging will let arptables see
  108. bridged ARP traffic in the arptables FORWARD chain.
  109. config ADK_KERNEL_VLAN_8021Q
  110. tristate "802.1q VLAN support"
  111. help
  112. Select this and you will be able to create 802.1Q VLAN interfaces
  113. on your ethernet interfaces. 802.1Q VLAN supports almost
  114. everything a regular ethernet interface does, including
  115. firewalling, bridging, and of course IP traffic. You will need
  116. the 'vconfig' tool from the VLAN project in order to effectively
  117. use VLANs. See the VLAN web page for more information:
  118. <http://www.candelatech.com/~greear/vlan.html>
  119. config ADK_KERNEL_INET_TUNNEL
  120. tristate
  121. config ADK_KERNEL_NET_IP_TUNNEL
  122. tristate
  123. default n
  124. config ADK_KERNEL_NET_IPIP
  125. tristate "IP in IP encapsulation support"
  126. select ADK_KERNEL_INET_TUNNEL
  127. select ADK_KERNEL_NET_IP_TUNNEL
  128. help
  129. Tunneling means encapsulating data of one protocol type within
  130. another protocol and sending it over a channel that understands the
  131. encapsulating protocol. This particular tunneling driver implements
  132. encapsulation of IP within IP, which sounds kind of pointless, but
  133. can be useful if you want to make your (or some other) machine
  134. appear on a different network than it physically is, or to use
  135. mobile-IP facilities (allowing laptops to seamlessly move between
  136. networks without changing their IP addresses).
  137. config ADK_KERNEL_NET_IPGRE
  138. tristate "GRE tunnels over IP"
  139. select ADK_KERNEL_NET_IPGRE_BROADCAST
  140. select ADK_KERNEL_NET_IPGRE_DEMUX
  141. select ADK_KERNEL_NET_IP_TUNNEL
  142. help
  143. Tunneling means encapsulating data of one protocol type within
  144. another protocol and sending it over a channel that understands the
  145. encapsulating protocol. This particular tunneling driver implements
  146. GRE (Generic Routing Encapsulation) and at this time allows
  147. encapsulating of IPv4 or IPv6 over existing IPv4 infrastructure.
  148. This driver is useful if the other endpoint is a Cisco router: Cisco
  149. likes GRE much better than the other Linux tunneling driver ("IP
  150. tunneling" above). In addition, GRE allows multicast redistribution
  151. through the tunnel.
  152. config ADK_KERNEL_PPP
  153. tristate "PPP support"
  154. select ADK_KERNEL_PPP_ASYNC
  155. select ADK_KERNEL_SLHC
  156. select ADK_KERNEL_CRC_CCITT
  157. help
  158. PPP (Point to Point Protocol) is a newer and better SLIP. It serves
  159. the same purpose: sending Internet traffic over telephone (and other
  160. serial) lines. Ask your access provider if they support it, because
  161. otherwise you can't use it; most Internet access providers these
  162. days support PPP rather than SLIP.
  163. To use PPP, you need an additional program called pppd as described
  164. in the PPP-HOWTO, available at
  165. <http://www.tldp.org/docs.html#howto>. Make sure that you have
  166. the version of pppd recommended in <file:Documentation/Changes>.
  167. The PPP option enlarges your kernel by about 16 KB.
  168. There are actually two versions of PPP: the traditional PPP for
  169. asynchronous lines, such as regular analog phone lines, and
  170. synchronous PPP which can be used over digital ISDN lines for
  171. example. If you want to use PPP over phone lines or other
  172. asynchronous serial lines, you need to say Y (or M) here and also to
  173. the next option, "PPP support for async serial ports". For PPP over
  174. synchronous lines, you should say Y (or M) here and to "Support
  175. synchronous PPP", below.
  176. config ADK_KERNEL_PPP_MPPE
  177. tristate "PPP MPPE/MPPC module"
  178. depends on ADK_KERNEL_PPP
  179. select ADK_KERNEL_CRYPTO
  180. select ADK_KERNEL_CRYPTO_ARC4
  181. select ADK_KERNEL_CRYPTO_SHA1
  182. select ADK_KERNEL_CRYPTO_ECB
  183. help
  184. Support for the MPPE Encryption protocol, as employed by the
  185. Microsoft Point-to-Point Tunneling Protocol.
  186. See http://pptpclient.sourceforge.net/ for information on
  187. configuring PPTP clients and servers to utilize this method.
  188. config ADK_KERNEL_PPPOATM
  189. tristate "PPPoA (PPP over ATM) kernel support"
  190. depends on ADK_KERNEL_PPP
  191. select ADK_KERNEL_ATM
  192. help
  193. Support for PPP over ATM
  194. config ADK_KERNEL_PPPOE
  195. tristate "PPPoE (PPP over Ethernet) kernel support"
  196. depends on ADK_KERNEL_PPP
  197. help
  198. Support for PPP over Ethernet
  199. config ADK_KERNEL_TUN
  200. tristate "Universal TUN/TAP driver"
  201. help
  202. Kernel support for the TUN/TAP tunneling device
  203. config ADK_KERNEL_BONDING
  204. tristate "Bonding driver support"
  205. help
  206. Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet
  207. Channels together. This is called 'Etherchannel' by Cisco,
  208. 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux.
  209. The driver supports multiple bonding modes to allow for both high
  210. performance and high availability operation.
  211. Refer to <file:Documentation/networking/bonding.txt> for more
  212. information.
  213. #config ADK_KERNEL_MPTCP
  214. # bool "Multipath TCP support"
  215. # select ADK_KERNEL_IPV6
  216. # depends on ADK_TARGET_KERNEL_VERSION_3_14
  217. # help
  218. # http://www.multipath-tcp.org
  219. source target/linux/config/Config.in.sched
  220. source target/linux/config/Config.in.ipsec
  221. source target/linux/config/Config.in.ipvs
  222. endmenu