ehci: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS to 16
[barebox-mini2440.git] / net / Kconfig
blob3169d20832d917f676aa55dd28515ac6bc741aee
1 menuconfig NET
2         bool "Networking Support            "
4 if NET
6 config NET_DHCP
7         bool
8         prompt "dhcp support"
10 config NET_NFS
11         bool
12         prompt "nfs support"
14 config NET_PING
15         bool
16         prompt "ping support"
18 config NET_TFTP
19         bool
20         prompt "tftp support"
22 config NET_TFTP_PUSH
23         bool
24         prompt "tftp push support"
26 config NET_NETCONSOLE
27         bool
28         prompt "network console support"
29         help
30           This option adds support for a simple udp based network console.
32 config NET_RESOLV
33         bool
34         prompt "dns support"
36 endif