SAMA5D4-EK: CONFIG_NET_NOINTS is now enabled in the nsh and ipv6 configurations.

This commit is contained in:
Gregory Nutt 2015-02-09 15:27:14 -06:00
parent 25067a58e8
commit 96589ad16a
2 changed files with 6 additions and 4 deletions

View File

@ -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
#

View File

@ -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