Config.in.network 8.9 KB

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