diff --git a/configs/mbed/README.txt b/configs/mbed/README.txt index c059f1de9e5..01becd3df15 100755 --- a/configs/mbed/README.txt +++ b/configs/mbed/README.txt @@ -300,7 +300,6 @@ mbed Configuration Options CONFIG_DEBUG. CONFIG_NET_DUMPPACKET - Dump all received and transmitted packets. Also needs CONFIG_DEBUG. - CONFIG_NET_BROADCAST - Enable receipt of broadcast frames CONFIG_NET_HASH - Enable receipt of near-perfect match frames. CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. Automatically set if CONFIG_NET_IGMP is selected. diff --git a/configs/mbed/nsh/defconfig b/configs/mbed/nsh/defconfig index 57886a2841b..d8f55906288 100755 --- a/configs/mbed/nsh/defconfig +++ b/configs/mbed/nsh/defconfig @@ -195,7 +195,6 @@ CONFIG_UART3_2STOP=0 # CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented). # CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs # CONFIG_DEBUG. -# CONFIG_NET_BROADCAST - Enable receipt of broadcast frames # CONFIG_NET_HASH - Enable receipt of near-perfect match frames. # CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. # Automatically set if CONFIG_NET_IGMP is selected. diff --git a/configs/nucleus2g/README.txt b/configs/nucleus2g/README.txt index 76864531e81..229c69a9bd1 100755 --- a/configs/nucleus2g/README.txt +++ b/configs/nucleus2g/README.txt @@ -412,7 +412,6 @@ Nucleus 2G Configuration Options CONFIG_DEBUG. CONFIG_NET_DUMPPACKET - Dump all received and transmitted packets. Also needs CONFIG_DEBUG. - CONFIG_NET_BROADCAST - Enable receipt of broadcast frames CONFIG_NET_HASH - Enable receipt of near-perfect match frames. CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. Automatically set if CONFIG_NET_IGMP is selected. diff --git a/configs/nucleus2g/nsh/defconfig b/configs/nucleus2g/nsh/defconfig index c2109fabf1e..0ae8f76a981 100755 --- a/configs/nucleus2g/nsh/defconfig +++ b/configs/nucleus2g/nsh/defconfig @@ -195,7 +195,6 @@ CONFIG_UART3_2STOP=0 # CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented). # CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs # CONFIG_DEBUG. -# CONFIG_NET_BROADCAST - Enable receipt of broadcast frames # CONFIG_NET_HASH - Enable receipt of near-perfect match frames. # CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. # Automatically set if CONFIG_NET_IGMP is selected. diff --git a/configs/nucleus2g/ostest/defconfig b/configs/nucleus2g/ostest/defconfig index 6c9a597396a..f55fc07f08d 100755 --- a/configs/nucleus2g/ostest/defconfig +++ b/configs/nucleus2g/ostest/defconfig @@ -195,7 +195,6 @@ CONFIG_UART3_2STOP=0 # CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented). # CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs # CONFIG_DEBUG. -# CONFIG_NET_BROADCAST - Enable receipt of broadcast frames # CONFIG_NET_HASH - Enable receipt of near-perfect match frames. # CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. # Automatically set if CONFIG_NET_IGMP is selected. diff --git a/configs/nucleus2g/usbserial/defconfig b/configs/nucleus2g/usbserial/defconfig index dc1cf0d2a91..1b3d0fdfbec 100755 --- a/configs/nucleus2g/usbserial/defconfig +++ b/configs/nucleus2g/usbserial/defconfig @@ -195,7 +195,6 @@ CONFIG_UART3_2STOP=0 # CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented). # CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs # CONFIG_DEBUG. -# CONFIG_NET_BROADCAST - Enable receipt of broadcast frames # CONFIG_NET_HASH - Enable receipt of near-perfect match frames. # CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. # Automatically set if CONFIG_NET_IGMP is selected. diff --git a/configs/nucleus2g/usbstorage/defconfig b/configs/nucleus2g/usbstorage/defconfig index b8e3c13f81b..8b21405a209 100755 --- a/configs/nucleus2g/usbstorage/defconfig +++ b/configs/nucleus2g/usbstorage/defconfig @@ -195,7 +195,6 @@ CONFIG_UART3_2STOP=0 # CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented). # CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs # CONFIG_DEBUG. -# CONFIG_NET_BROADCAST - Enable receipt of broadcast frames # CONFIG_NET_HASH - Enable receipt of near-perfect match frames. # CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. # Automatically set if CONFIG_NET_IGMP is selected.