repo.or.cz
/
barebox-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ehci: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS to 16
[barebox-mini2440.git]
/
net
/
Kconfig
blob
3169d20832d917f676aa55dd28515ac6bc741aee
1
menuconfig NET
2
bool "Networking Support "
3
4
if NET
5
6
config NET_DHCP
7
bool
8
prompt "dhcp support"
9
10
config NET_NFS
11
bool
12
prompt "nfs support"
13
14
config NET_PING
15
bool
16
prompt "ping support"
17
18
config NET_TFTP
19
bool
20
prompt "tftp support"
21
22
config NET_TFTP_PUSH
23
bool
24
prompt "tftp push support"
25
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.
31
32
config NET_RESOLV
33
bool
34
prompt "dns support"
35
36
endif