SAMA5D4-EK: CONFIG_NET_NOINTS is now enabled in the nsh and ipv6 configurations.
This commit is contained in:
parent
25067a58e8
commit
96589ad16a
@ -784,7 +784,7 @@ CONFIG_RAMLOG_NPOLLWAITERS=4
|
||||
CONFIG_ARCH_HAVE_NET=y
|
||||
CONFIG_ARCH_HAVE_PHY=y
|
||||
CONFIG_NET=y
|
||||
# CONFIG_NET_NOINTS is not set
|
||||
CONFIG_NET_NOINTS=y
|
||||
# CONFIG_NET_PROMISCUOUS is not set
|
||||
|
||||
#
|
||||
|
@ -784,7 +784,7 @@ CONFIG_RAMLOG_NPOLLWAITERS=4
|
||||
CONFIG_ARCH_HAVE_NET=y
|
||||
CONFIG_ARCH_HAVE_PHY=y
|
||||
CONFIG_NET=y
|
||||
# CONFIG_NET_NOINTS is not set
|
||||
CONFIG_NET_NOINTS=y
|
||||
# CONFIG_NET_PROMISCUOUS is not set
|
||||
|
||||
#
|
||||
@ -872,8 +872,10 @@ CONFIG_NET_ICMP_PING=y
|
||||
CONFIG_NET_ARP=y
|
||||
CONFIG_NET_ARPTAB_SIZE=16
|
||||
CONFIG_NET_ARP_MAXAGE=120
|
||||
CONFIG_NET_ARP_IPIN=y
|
||||
# CONFIG_NET_ARP_SEND is not set
|
||||
# CONFIG_NET_ARP_IPIN is not set
|
||||
CONFIG_NET_ARP_SEND=y
|
||||
CONFIG_ARP_SEND_MAXTRIES=5
|
||||
CONFIG_ARP_SEND_DELAYMSEC=20
|
||||
|
||||
#
|
||||
# Network I/O Buffer Support
|
||||
|
Loading…
Reference in New Issue
Block a user