URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [net/] [Config.in] - Rev 1765
Compare with Previous | Blame | View Log
## Network configuration#mainmenu_option next_commentcomment 'Networking options'tristate 'Packet socket' CONFIG_PACKETif [ "$CONFIG_PACKET" != "n" ]; thenbool ' Packet socket: mmapped IO' CONFIG_PACKET_MMAPfitristate 'Netlink device emulation' CONFIG_NETLINK_DEVbool 'Network packet filtering (replaces ipchains)' CONFIG_NETFILTERif [ "$CONFIG_NETFILTER" = "y" ]; thenbool ' Network packet filtering debugging' CONFIG_NETFILTER_DEBUGfibool 'Socket Filtering' CONFIG_FILTERtristate 'Unix domain sockets' CONFIG_UNIXbool 'TCP/IP networking' CONFIG_INETif [ "$CONFIG_INET" = "y" ]; thensource net/ipv4/Config.inif [ "$CONFIG_EXPERIMENTAL" = "y" ]; then# IPv6 as module will cause a CRASH if you try to unload ittristate ' The IPv6 protocol (EXPERIMENTAL)' CONFIG_IPV6if [ "$CONFIG_IPV6" != "n" ]; thensource net/ipv6/Config.infifiif [ "$CONFIG_EXPERIMENTAL" = "y" ]; thensource net/khttpd/Config.infiif [ "$CONFIG_EXPERIMENTAL" = "y" ]; thensource net/sctp/Config.infifiif [ "$CONFIG_EXPERIMENTAL" = "y" ]; thentristate 'Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)' CONFIG_ATMif [ "$CONFIG_ATM" = "y" -o "$CONFIG_ATM" = "m" ]; thenif [ "$CONFIG_INET" = "y" ]; thendep_tristate ' Classical IP over ATM' CONFIG_ATM_CLIP $CONFIG_ATMif [ "$CONFIG_ATM_CLIP" != "n" ]; thenbool ' Do NOT send ICMP if no neighbour' CONFIG_ATM_CLIP_NO_ICMPfifidep_tristate ' LAN Emulation (LANE) support' CONFIG_ATM_LANE $CONFIG_ATMif [ "$CONFIG_INET" = "y" -a "$CONFIG_ATM_LANE" != "n" ]; thentristate ' Multi-Protocol Over ATM (MPOA) support' CONFIG_ATM_MPOAfidep_tristate ' RFC1483/2684 Bridged protocols' CONFIG_ATM_BR2684 $CONFIG_ATMif [ "$CONFIG_ATM_BR2684" != "n" ]; thenbool ' Per-VC IP filter kludge' CONFIG_ATM_BR2684_IPFILTERfififitristate '802.1Q VLAN Support' CONFIG_VLAN_8021Qcomment ' 'tristate 'The IPX protocol' CONFIG_IPXif [ "$CONFIG_IPX" != "n" ]; thensource net/ipx/Config.infitristate 'Appletalk protocol support' CONFIG_ATALKsource drivers/net/appletalk/Config.intristate 'DECnet Support' CONFIG_DECNETif [ "$CONFIG_DECNET" != "n" ]; thensource net/decnet/Config.infidep_tristate '802.1d Ethernet Bridging' CONFIG_BRIDGE $CONFIG_INETif [ "$CONFIG_EXPERIMENTAL" = "y" ]; thentristate 'CCITT X.25 Packet Layer (EXPERIMENTAL)' CONFIG_X25tristate 'LAPB Data Link Driver (EXPERIMENTAL)' CONFIG_LAPBbool '802.2 LLC (EXPERIMENTAL)' CONFIG_LLCbool 'Frame Diverter (EXPERIMENTAL)' CONFIG_NET_DIVERT# if [ "$CONFIG_LLC" = "y" ]; then# bool ' Netbeui (EXPERIMENTAL)' CONFIG_NETBEUI# fiif [ "$CONFIG_INET" = "y" ]; thentristate 'Acorn Econet/AUN protocols (EXPERIMENTAL)' CONFIG_ECONETif [ "$CONFIG_ECONET" != "n" ]; thenbool ' AUN over UDP' CONFIG_ECONET_AUNUDPbool ' Native Econet' CONFIG_ECONET_NATIVEfifitristate 'WAN router' CONFIG_WAN_ROUTERbool 'Fast switching (read help!)' CONFIG_NET_FASTROUTEbool 'Forwarding between high speed interfaces' CONFIG_NET_HW_FLOWCONTROLfimainmenu_option next_commentcomment 'QoS and/or fair queueing'bool 'QoS and/or fair queueing' CONFIG_NET_SCHEDif [ "$CONFIG_NET_SCHED" = "y" ]; thensource net/sched/Config.infi#bool 'Network code profiler' CONFIG_NET_PROFILEendmenumainmenu_option next_commentcomment 'Network testing'tristate 'Packet Generator (USE WITH CAUTION)' CONFIG_NET_PKTGENendmenuendmenu
