diff --git a/configs/README.txt b/configs/README.txt index 0a1b4231048..cc8643068e0 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -218,7 +218,6 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_NET_SOCKOPTS - Enable or disable support for socket options CONFIG_NET_BUFFER_SIZE - uIP buffer size - CONFIG_NET_LOGGING - Logging on or off CONFIG_NET_UDP - UDP support on or off CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP diff --git a/configs/c5471evm/defconfig b/configs/c5471evm/defconfig index 86c8126ecc9..db582e93bcd 100644 --- a/configs/c5471evm/defconfig +++ b/configs/c5471evm/defconfig @@ -258,7 +258,6 @@ CONFIG_PREALLOC_TIMERS=8 # CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks) # CONFIG_NET_SOCKOPTS - Enable or disable support for socket options # CONFIG_NET_BUFFER_SIZE - uIP buffer size -# CONFIG_NET_LOGGING - Logging on or off # CONFIG_NET_UDP - UDP support on or off # CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off # CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP connections @@ -276,7 +275,6 @@ CONFIG_NET_MAX_CONNECTIONS=40 CONFIG_NET_MAX_LISTENPORTS=40 CONFIG_NET_SOCKOPTS=y CONFIG_NET_BUFFER_SIZE=420 -CONFIG_NET_LOGGING=y CONFIG_NET_UDP=n CONFIG_NET_UDP_CHECKSUMS=y #CONFIG_NET_UDP_CONNS=10 diff --git a/configs/m68332evb/defconfig b/configs/m68332evb/defconfig index 4e6d2244134..700bcbb0f87 100644 --- a/configs/m68332evb/defconfig +++ b/configs/m68332evb/defconfig @@ -247,7 +247,6 @@ CONFIG_PREALLOC_TIMERS=8 # CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks) # CONFIG_NET_SOCKOPTS - Enable or disable support for socket options # CONFIG_NET_BUFFER_SIZE - uIP buffer size -# CONFIG_NET_LOGGING - Logging on or off # CONFIG_NET_UDP - UDP support on or off # CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off # CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP connections @@ -265,7 +264,6 @@ CONFIG_NET_MAX_CONNECTIONS=40 CONFIG_NET_MAX_LISTENPORTS=40 CONFIG_NET_SOCKOPTS=y CONFIG_NET_BUFFER_SIZE=420 -CONFIG_NET_LOGGING=y CONFIG_NET_UDP=n CONFIG_NET_UDP_CHECKSUMS=y #CONFIG_NET_UDP_CONNS=10 diff --git a/configs/mcu123-lpc214x/defconfig b/configs/mcu123-lpc214x/defconfig index e9ac4317fbc..aa6352420db 100644 --- a/configs/mcu123-lpc214x/defconfig +++ b/configs/mcu123-lpc214x/defconfig @@ -271,7 +271,6 @@ CONFIG_PREALLOC_TIMERS=8 # CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks) # CONFIG_NET_SOCKOPTS - Enable or disable support for socket options # CONFIG_NET_BUFFER_SIZE - uIP buffer size -# CONFIG_NET_LOGGING - Logging on or off # CONFIG_NET_UDP - UDP support on or off # CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off # CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP connections @@ -289,7 +288,6 @@ CONFIG_NET_MAX_CONNECTIONS=40 CONFIG_NET_MAX_LISTENPORTS=40 CONFIG_NET_SOCKOPTS=y CONFIG_NET_BUFFER_SIZE=420 -CONFIG_NET_LOGGING=y CONFIG_NET_UDP=n CONFIG_NET_UDP_CHECKSUMS=y #CONFIG_NET_UDP_CONNS=10 diff --git a/configs/ntosd-dm320/defconfig b/configs/ntosd-dm320/defconfig index 23dd4769297..0679f5dd8e3 100644 --- a/configs/ntosd-dm320/defconfig +++ b/configs/ntosd-dm320/defconfig @@ -256,7 +256,6 @@ CONFIG_PREALLOC_TIMERS=8 # CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks) # CONFIG_NET_SOCKOPTS - Enable or disable support for socket options # CONFIG_NET_BUFFER_SIZE - uIP buffer size -# CONFIG_NET_LOGGING - Logging on or off # CONFIG_NET_UDP - UDP support on or off # CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off # CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP connections @@ -274,7 +273,6 @@ CONFIG_NET_MAX_CONNECTIONS=40 CONFIG_NET_MAX_LISTENPORTS=40 CONFIG_NET_SOCKOPTS=y CONFIG_NET_BUFFER_SIZE=420 -CONFIG_NET_LOGGING=y CONFIG_NET_UDP=n CONFIG_NET_UDP_CHECKSUMS=y #CONFIG_NET_UDP_CONNS=10 @@ -304,7 +302,7 @@ CONFIG_EXAMPLE_NETTEST_CLIENTIP=(10<<24|0<<16|0<<8|1) # DM90x0 Driver Settings CONFIG_NET_DM90x0=n CONFIG_DM9X_NINTERFACES=1 -CONFIG_DM9X_STATS=1 +CONFIG_DM9X_STATS=n CONFIG_DM9X_BASE=0xd0000300 CONFIG_DM9X_IRQ=27 CONFIG_DM9X_BUSWIDTH8=n diff --git a/configs/ntosd-dm320/netconfig b/configs/ntosd-dm320/netconfig index 10cca587f8b..e77eb15eda0 100644 --- a/configs/ntosd-dm320/netconfig +++ b/configs/ntosd-dm320/netconfig @@ -257,7 +257,6 @@ CONFIG_PREALLOC_TIMERS=8 # CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks) # CONFIG_NET_SOCKOPTS - Enable or disable support for socket options # CONFIG_NET_BUFFER_SIZE - uIP buffer size -# CONFIG_NET_LOGGING - Logging on or off # CONFIG_NET_UDP - UDP support on or off # CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off # CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP connections @@ -275,7 +274,6 @@ CONFIG_NET_MAX_CONNECTIONS=40 CONFIG_NET_MAX_LISTENPORTS=40 CONFIG_NET_SOCKOPTS=y CONFIG_NET_BUFFER_SIZE=420 -CONFIG_NET_LOGGING=y CONFIG_NET_UDP=y CONFIG_NET_UDP_CHECKSUMS=y #CONFIG_NET_UDP_CONNS=10 @@ -305,7 +303,7 @@ CONFIG_EXAMPLE_NETTEST_CLIENTIP=(10<<24|0<<16|0<<8|1) # DM90x0 Driver Settings CONFIG_NET_DM90x0=y CONFIG_DM9X_NINTERFACES=1 -CONFIG_DM9X_STATS=1 +CONFIG_DM9X_STATS=n CONFIG_DM9X_BASE=0xd0000300 CONFIG_DM9X_IRQ=27 CONFIG_DM9X_BUSWIDTH8=n diff --git a/configs/pjrc-8051/defconfig b/configs/pjrc-8051/defconfig index 437972266e6..61ad5c12cc6 100644 --- a/configs/pjrc-8051/defconfig +++ b/configs/pjrc-8051/defconfig @@ -244,7 +244,6 @@ CONFIG_PREALLOC_TIMERS=0 # CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks) # CONFIG_NET_SOCKOPTS - Enable or disable support for socket options # CONFIG_NET_BUFFER_SIZE - uIP buffer size -# CONFIG_NET_LOGGING - Logging on or off # CONFIG_NET_UDP - UDP support on or off # CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off # CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP connections @@ -262,7 +261,6 @@ CONFIG_NET_MAX_CONNECTIONS=40 CONFIG_NET_MAX_LISTENPORTS=40 CONFIG_NET_SOCKOPTS=y CONFIG_NET_BUFFER_SIZE=420 -CONFIG_NET_LOGGING=y CONFIG_NET_UDP=n CONFIG_NET_UDP_CHECKSUMS=y #CONFIG_NET_UDP_CONNS=10 diff --git a/configs/sim/defconfig b/configs/sim/defconfig index 9bfe03c9dd0..ecb96f22485 100644 --- a/configs/sim/defconfig +++ b/configs/sim/defconfig @@ -218,7 +218,6 @@ CONFIG_FS_FAT=y # CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks) # CONFIG_NET_SOCKOPTS - Enable or disable support for socket options # CONFIG_NET_BUFFER_SIZE - uIP buffer size -# CONFIG_NET_LOGGING - Logging on or off # CONFIG_NET_UDP - UDP support on or off # CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off # CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP connections @@ -236,7 +235,6 @@ CONFIG_NET_MAX_CONNECTIONS=40 CONFIG_NET_MAX_LISTENPORTS=40 CONFIG_NET_SOCKOPTS=y CONFIG_NET_BUFFER_SIZE=420 -CONFIG_NET_LOGGING=y CONFIG_NET_UDP=n CONFIG_NET_UDP_CHECKSUMS=y #CONFIG_NET_UDP_CONNS=10 diff --git a/configs/sim/netconfig b/configs/sim/netconfig index c7fb10aa2e9..5c4f09fbcb0 100644 --- a/configs/sim/netconfig +++ b/configs/sim/netconfig @@ -219,7 +219,6 @@ CONFIG_FS_FAT=y # CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports (all tasks) # CONFIG_NET_SOCKOPTS - Enable or disable support for socket options # CONFIG_NET_BUFFER_SIZE - uIP buffer size -# CONFIG_NET_LOGGING - Logging on or off # CONFIG_NET_UDP - UDP support on or off # CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off # CONFIG_NET_UDP_CONNS - The maximum amount of concurrent UDP connections @@ -237,7 +236,6 @@ CONFIG_NET_MAX_CONNECTIONS=40 CONFIG_NET_MAX_LISTENPORTS=40 CONFIG_NET_SOCKOPTS=y CONFIG_NET_BUFFER_SIZE=420 -CONFIG_NET_LOGGING=y CONFIG_NET_UDP=y CONFIG_NET_UDP_CHECKSUMS=y #CONFIG_NET_UDP_CONNS=10