Move net/iob to drivers/iob so that the I/O buffering feature can be available to other drivers when networking is disabled.

This commit is contained in:
Gregory Nutt
2017-04-20 16:08:49 -06:00
parent bcc6b61fc1
commit bfb93338f6
149 changed files with 1055 additions and 1093 deletions
+8 -8
View File
@@ -450,6 +450,14 @@ CONFIG_DEV_NULL=y
#
# Buffering
#
#
# Common I/O Buffer Support
#
CONFIG_DRIVERS_IOB=y
CONFIG_IOB_NBUFFERS=24
CONFIG_IOB_BUFSIZE=196
CONFIG_IOB_NCHAINS=8
# CONFIG_DRVR_WRITEBUFFER is not set
# CONFIG_DRVR_READAHEAD is not set
# CONFIG_RAMDISK is not set
@@ -735,14 +743,6 @@ CONFIG_NET_ARP_MAXAGE=120
# CONFIG_NET_ARP_IPIN is not set
# CONFIG_NET_ARP_SEND is not set
#
# Network I/O Buffer Support
#
CONFIG_DRIVERS_IOB=y
CONFIG_IOB_NBUFFERS=24
CONFIG_IOB_BUFSIZE=196
CONFIG_IOB_NCHAINS=8
#
# User-space networking stack API
#