URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [net/] [Config.in] - Rev 1772
Go to most recent revision | Compare with Previous | Blame | View Log
## Network configuration#mainmenu_option next_commentcomment 'Networking options'bool 'Network firewalls' CONFIG_FIREWALLbool 'Network aliasing' CONFIG_NET_ALIASbool 'TCP/IP networking' CONFIG_INETif [ "$CONFIG_INET" = "y" ]; thensource net/ipv4/Config.inficomment ' 'tristate 'The IPX protocol' CONFIG_IPXtristate 'Appletalk DDP' CONFIG_ATALKtristate 'Amateur Radio AX.25 Level 2' CONFIG_AX25if [ "$CONFIG_AX25" != "n" ]; thendep_tristate 'Amateur Radio NET/ROM' CONFIG_NETROM $CONFIG_AX25dep_tristate 'Amateur Radio X.25 PLP (Rose)' CONFIG_ROSE $CONFIG_AX25fiif [ "$CONFIG_EXPERIMENTAL" = "y" ]; thenbool 'Bridging (EXPERIMENTAL)' CONFIG_BRIDGEfibool 'Kernel/User network link driver' CONFIG_NETLINKif [ "$CONFIG_NETLINK" = "y" ]; thenbool 'Routing messages' CONFIG_RTNETLINKfiendmenu
Go to most recent revision | Compare with Previous | Blame | View Log
