From 9d38b1eaed5e6753ca725924fc5c36ecfc9bb972 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 17 Sep 2013 17:13:20 -0600 Subject: A consequence of previous change: Configurations that select a PHY also need to set CONFIG_NETDEVICES or PHY configuration will be lost on the next reconfiguration --- nuttx/configs/cloudctrl/nsh/defconfig | 2 +- nuttx/configs/lincoln60/nsh/defconfig | 1 + nuttx/configs/lincoln60/ostest/defconfig | 1 + nuttx/configs/lpc4330-xplorer/nsh/defconfig | 1 + nuttx/configs/lpc4330-xplorer/ostest/defconfig | 1 + nuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig | 1 + nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig | 1 + nuttx/configs/lpcxpresso-lpc1768/nx/defconfig | 1 + nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig | 1 + nuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig | 1 + nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig | 1 + nuttx/configs/mbed/hidkbd/defconfig | 1 + nuttx/configs/mbed/nsh/defconfig | 1 + nuttx/configs/nucleus2g/nsh/defconfig | 1 + nuttx/configs/nucleus2g/ostest/defconfig | 1 + nuttx/configs/nucleus2g/usbmsc/defconfig | 1 + nuttx/configs/olimex-lpc1766stk/ftpc/defconfig | 1 + nuttx/configs/olimex-lpc1766stk/nettest/defconfig | 2 +- nuttx/configs/olimex-lpc1766stk/nsh/defconfig | 2 +- nuttx/configs/olimex-lpc1766stk/nx/defconfig | 1 + nuttx/configs/olimex-lpc1766stk/ostest/defconfig | 1 + nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig | 1 + nuttx/configs/olimex-lpc1766stk/thttpd/defconfig | 1 + nuttx/configs/olimex-lpc1766stk/usbmsc/defconfig | 1 + nuttx/configs/olimex-lpc1766stk/zmodem/defconfig | 2 +- nuttx/configs/olimex-stm32-p107/nsh/defconfig | 2 +- nuttx/configs/pic32-starterkit/nsh/defconfig | 1 + nuttx/configs/pic32-starterkit/nsh2/defconfig | 1 + nuttx/configs/pic32-starterkit/ostest/defconfig | 1 + nuttx/configs/pic32mx7mmb/nsh/defconfig | 1 + nuttx/configs/pic32mx7mmb/ostest/defconfig | 1 + nuttx/configs/shenzhou/nsh/defconfig | 2 +- nuttx/configs/shenzhou/nxwm/defconfig | 2 +- nuttx/configs/shenzhou/thttpd/defconfig | 2 +- nuttx/configs/stm3220g-eval/nxwm/defconfig | 2 +- nuttx/configs/stm3240g-eval/discover/defconfig | 2 +- nuttx/configs/stm3240g-eval/xmlrpc/defconfig | 2 +- nuttx/configs/zkit-arm-1769/hello/defconfig | 2 +- nuttx/configs/zkit-arm-1769/nxhello/defconfig | 2 +- nuttx/configs/zkit-arm-1769/thttpd/defconfig | 2 +- 40 files changed, 40 insertions(+), 14 deletions(-) diff --git a/nuttx/configs/cloudctrl/nsh/defconfig b/nuttx/configs/cloudctrl/nsh/defconfig index d8724bb49..585f3acca 100644 --- a/nuttx/configs/cloudctrl/nsh/defconfig +++ b/nuttx/configs/cloudctrl/nsh/defconfig @@ -347,7 +347,7 @@ CONFIG_MMCSD_SPI=y CONFIG_MMCSD_SPICLOCK=12500000 # CONFIG_MMCSD_SDIO is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/lincoln60/nsh/defconfig b/nuttx/configs/lincoln60/nsh/defconfig index 4a613a179..5689b189a 100644 --- a/nuttx/configs/lincoln60/nsh/defconfig +++ b/nuttx/configs/lincoln60/nsh/defconfig @@ -137,6 +137,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/lincoln60/ostest/defconfig b/nuttx/configs/lincoln60/ostest/defconfig index 667329376..43e4fe6f8 100644 --- a/nuttx/configs/lincoln60/ostest/defconfig +++ b/nuttx/configs/lincoln60/ostest/defconfig @@ -143,6 +143,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/lpc4330-xplorer/nsh/defconfig b/nuttx/configs/lpc4330-xplorer/nsh/defconfig index 1f30698fa..73e3b2f84 100644 --- a/nuttx/configs/lpc4330-xplorer/nsh/defconfig +++ b/nuttx/configs/lpc4330-xplorer/nsh/defconfig @@ -171,6 +171,7 @@ CONFIG_USART3_RS485MODE=n # # LPC43xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/lpc4330-xplorer/ostest/defconfig b/nuttx/configs/lpc4330-xplorer/ostest/defconfig index fec0c6236..ae1e54387 100644 --- a/nuttx/configs/lpc4330-xplorer/ostest/defconfig +++ b/nuttx/configs/lpc4330-xplorer/ostest/defconfig @@ -169,6 +169,7 @@ CONFIG_USART3_RS485MODE=n # # LPC43xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig b/nuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig index 71e5ea531..4a42bf0d6 100755 --- a/nuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig +++ b/nuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig @@ -139,6 +139,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=n CONFIG_ETH0_PHY_LAN8720=y diff --git a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig index ecc3cefe3..f4790c435 100755 --- a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig +++ b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig @@ -139,6 +139,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=n CONFIG_ETH0_PHY_LAN8720=y diff --git a/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig index 1b6da6bb2..f7fc9b6c8 100755 --- a/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig +++ b/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig @@ -139,6 +139,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=n CONFIG_ETH0_PHY_LAN8720=y diff --git a/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig b/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig index 4f9fde0f0..4300982bc 100755 --- a/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig +++ b/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig @@ -139,6 +139,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=n CONFIG_ETH0_PHY_LAN8720=y diff --git a/nuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig b/nuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig index 25a67c5fb..b4fde8c15 100755 --- a/nuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig +++ b/nuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig @@ -139,6 +139,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=n CONFIG_ETH0_PHY_LAN8720=y diff --git a/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig b/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig index 57ad1c52e..0f8656e7a 100755 --- a/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig +++ b/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig @@ -139,6 +139,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=n CONFIG_ETH0_PHY_LAN8720=y diff --git a/nuttx/configs/mbed/hidkbd/defconfig b/nuttx/configs/mbed/hidkbd/defconfig index ecf5a9461..33fbe6226 100644 --- a/nuttx/configs/mbed/hidkbd/defconfig +++ b/nuttx/configs/mbed/hidkbd/defconfig @@ -137,6 +137,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/mbed/nsh/defconfig b/nuttx/configs/mbed/nsh/defconfig index 3eea05325..e49b3f818 100755 --- a/nuttx/configs/mbed/nsh/defconfig +++ b/nuttx/configs/mbed/nsh/defconfig @@ -137,6 +137,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/nucleus2g/nsh/defconfig b/nuttx/configs/nucleus2g/nsh/defconfig index eae5a6de2..5103f6af2 100755 --- a/nuttx/configs/nucleus2g/nsh/defconfig +++ b/nuttx/configs/nucleus2g/nsh/defconfig @@ -137,6 +137,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/nucleus2g/ostest/defconfig b/nuttx/configs/nucleus2g/ostest/defconfig index 1c58bd784..e89d533e4 100755 --- a/nuttx/configs/nucleus2g/ostest/defconfig +++ b/nuttx/configs/nucleus2g/ostest/defconfig @@ -137,6 +137,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/nucleus2g/usbmsc/defconfig b/nuttx/configs/nucleus2g/usbmsc/defconfig index f4797b809..81ee5c492 100755 --- a/nuttx/configs/nucleus2g/usbmsc/defconfig +++ b/nuttx/configs/nucleus2g/usbmsc/defconfig @@ -137,6 +137,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/olimex-lpc1766stk/ftpc/defconfig b/nuttx/configs/olimex-lpc1766stk/ftpc/defconfig index 44cd8fc4f..bc533526f 100755 --- a/nuttx/configs/olimex-lpc1766stk/ftpc/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/ftpc/defconfig @@ -143,6 +143,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/olimex-lpc1766stk/nettest/defconfig b/nuttx/configs/olimex-lpc1766stk/nettest/defconfig index f5cfa1e54..f0f0a0faf 100755 --- a/nuttx/configs/olimex-lpc1766stk/nettest/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/nettest/defconfig @@ -331,7 +331,7 @@ CONFIG_DEV_NULL=y # CONFIG_LCD is not set # CONFIG_MMCSD is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/olimex-lpc1766stk/nsh/defconfig b/nuttx/configs/olimex-lpc1766stk/nsh/defconfig index f84acf5f3..ddbab4c39 100644 --- a/nuttx/configs/olimex-lpc1766stk/nsh/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/nsh/defconfig @@ -336,7 +336,7 @@ CONFIG_MMCSD_SPICLOCK=12500000 CONFIG_MMCSD_SPIMODE=0 # CONFIG_MMCSD_SDIO is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/olimex-lpc1766stk/nx/defconfig b/nuttx/configs/olimex-lpc1766stk/nx/defconfig index 5c1729b2e..24f8ffedb 100755 --- a/nuttx/configs/olimex-lpc1766stk/nx/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/nx/defconfig @@ -143,6 +143,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/olimex-lpc1766stk/ostest/defconfig b/nuttx/configs/olimex-lpc1766stk/ostest/defconfig index 7bb1d6d8f..7d1a7af63 100755 --- a/nuttx/configs/olimex-lpc1766stk/ostest/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/ostest/defconfig @@ -143,6 +143,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig b/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig index 19325bf87..d407c3d23 100755 --- a/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig @@ -145,6 +145,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig b/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig index ad0331979..4c256a7ca 100755 --- a/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig @@ -143,6 +143,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/olimex-lpc1766stk/usbmsc/defconfig b/nuttx/configs/olimex-lpc1766stk/usbmsc/defconfig index af75039fc..99bf4b552 100755 --- a/nuttx/configs/olimex-lpc1766stk/usbmsc/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/usbmsc/defconfig @@ -143,6 +143,7 @@ CONFIG_UART3_2STOP=0 # # LPC17xx specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=y CONFIG_PHY_AUTONEG=y CONFIG_PHY_SPEED100=n diff --git a/nuttx/configs/olimex-lpc1766stk/zmodem/defconfig b/nuttx/configs/olimex-lpc1766stk/zmodem/defconfig index 2946498b2..12cdcdcef 100644 --- a/nuttx/configs/olimex-lpc1766stk/zmodem/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/zmodem/defconfig @@ -337,7 +337,7 @@ CONFIG_MMCSD_SPICLOCK=12500000 CONFIG_MMCSD_SPIMODE=0 # CONFIG_MMCSD_SDIO is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/olimex-stm32-p107/nsh/defconfig b/nuttx/configs/olimex-stm32-p107/nsh/defconfig index de8d8ce51..0935f8fb5 100644 --- a/nuttx/configs/olimex-stm32-p107/nsh/defconfig +++ b/nuttx/configs/olimex-stm32-p107/nsh/defconfig @@ -441,7 +441,7 @@ CONFIG_MTD=y # CONFIG_MTD_SST25 is not set # CONFIG_MTD_SST39FV is not set # CONFIG_MTD_W25 is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/pic32-starterkit/nsh/defconfig b/nuttx/configs/pic32-starterkit/nsh/defconfig index ac762efcd..f57c3c787 100644 --- a/nuttx/configs/pic32-starterkit/nsh/defconfig +++ b/nuttx/configs/pic32-starterkit/nsh/defconfig @@ -182,6 +182,7 @@ CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=y CONFIG_ETH0_PHY_LAN8720=n diff --git a/nuttx/configs/pic32-starterkit/nsh2/defconfig b/nuttx/configs/pic32-starterkit/nsh2/defconfig index 32bcbc36e..1a791c4f5 100644 --- a/nuttx/configs/pic32-starterkit/nsh2/defconfig +++ b/nuttx/configs/pic32-starterkit/nsh2/defconfig @@ -182,6 +182,7 @@ CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=y CONFIG_ETH0_PHY_LAN8720=n diff --git a/nuttx/configs/pic32-starterkit/ostest/defconfig b/nuttx/configs/pic32-starterkit/ostest/defconfig index b5f1ade09..ce2b3fa23 100644 --- a/nuttx/configs/pic32-starterkit/ostest/defconfig +++ b/nuttx/configs/pic32-starterkit/ostest/defconfig @@ -182,6 +182,7 @@ CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=y CONFIG_ETH0_PHY_LAN8720=n diff --git a/nuttx/configs/pic32mx7mmb/nsh/defconfig b/nuttx/configs/pic32mx7mmb/nsh/defconfig index 96f9ef9ae..f47363019 100644 --- a/nuttx/configs/pic32mx7mmb/nsh/defconfig +++ b/nuttx/configs/pic32mx7mmb/nsh/defconfig @@ -182,6 +182,7 @@ CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=n CONFIG_ETH0_PHY_LAN8720=y diff --git a/nuttx/configs/pic32mx7mmb/ostest/defconfig b/nuttx/configs/pic32mx7mmb/ostest/defconfig index 7b836a5a3..de06d1674 100644 --- a/nuttx/configs/pic32mx7mmb/ostest/defconfig +++ b/nuttx/configs/pic32mx7mmb/ostest/defconfig @@ -182,6 +182,7 @@ CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings # +CONFIG_NETDEVICES=y CONFIG_ETH0_PHY_KS8721=n CONFIG_ETH0_PHY_DP83848C=n CONFIG_ETH0_PHY_LAN8720=y diff --git a/nuttx/configs/shenzhou/nsh/defconfig b/nuttx/configs/shenzhou/nsh/defconfig index 8a8f168b2..87809896a 100644 --- a/nuttx/configs/shenzhou/nsh/defconfig +++ b/nuttx/configs/shenzhou/nsh/defconfig @@ -347,7 +347,7 @@ CONFIG_MMCSD_SPI=y CONFIG_MMCSD_SPICLOCK=12500000 # CONFIG_MMCSD_SDIO is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/shenzhou/nxwm/defconfig b/nuttx/configs/shenzhou/nxwm/defconfig index f3be8c305..ebd61b836 100644 --- a/nuttx/configs/shenzhou/nxwm/defconfig +++ b/nuttx/configs/shenzhou/nxwm/defconfig @@ -396,7 +396,7 @@ CONFIG_LCD_LANDSCAPE=y # CONFIG_LCD_RLANDSCAPE is not set # CONFIG_MMCSD is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/shenzhou/thttpd/defconfig b/nuttx/configs/shenzhou/thttpd/defconfig index 7fb0cb383..1f31ced60 100644 --- a/nuttx/configs/shenzhou/thttpd/defconfig +++ b/nuttx/configs/shenzhou/thttpd/defconfig @@ -334,7 +334,7 @@ CONFIG_MMCSD_SPI=n CONFIG_MMCSD_SPICLOCK=12500000 # CONFIG_MMCSD_SDIO is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/stm3220g-eval/nxwm/defconfig b/nuttx/configs/stm3220g-eval/nxwm/defconfig index b81d29076..59e93375b 100644 --- a/nuttx/configs/stm3220g-eval/nxwm/defconfig +++ b/nuttx/configs/stm3220g-eval/nxwm/defconfig @@ -420,7 +420,7 @@ CONFIG_MMCSD_SPICLOCK=12500000 CONFIG_MMCSD_SDIO=y # CONFIG_SDIO_MUXBUS is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/stm3240g-eval/discover/defconfig b/nuttx/configs/stm3240g-eval/discover/defconfig index d188b3e2c..0b6b6d77a 100644 --- a/nuttx/configs/stm3240g-eval/discover/defconfig +++ b/nuttx/configs/stm3240g-eval/discover/defconfig @@ -354,7 +354,7 @@ CONFIG_ARCH_HAVE_I2CRESET=y # CONFIG_LCD is not set # CONFIG_MMCSD is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/stm3240g-eval/xmlrpc/defconfig b/nuttx/configs/stm3240g-eval/xmlrpc/defconfig index 8962777e4..e83f2e334 100644 --- a/nuttx/configs/stm3240g-eval/xmlrpc/defconfig +++ b/nuttx/configs/stm3240g-eval/xmlrpc/defconfig @@ -346,7 +346,7 @@ CONFIG_ARCH_HAVE_I2CRESET=y # CONFIG_LCD is not set # CONFIG_MMCSD is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/zkit-arm-1769/hello/defconfig b/nuttx/configs/zkit-arm-1769/hello/defconfig index 634aef8c7..cd01e3ced 100644 --- a/nuttx/configs/zkit-arm-1769/hello/defconfig +++ b/nuttx/configs/zkit-arm-1769/hello/defconfig @@ -334,7 +334,7 @@ CONFIG_DEV_NULL=y # CONFIG_LCD is not set # CONFIG_MMCSD is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/zkit-arm-1769/nxhello/defconfig b/nuttx/configs/zkit-arm-1769/nxhello/defconfig index 43829762c..b20eadf26 100644 --- a/nuttx/configs/zkit-arm-1769/nxhello/defconfig +++ b/nuttx/configs/zkit-arm-1769/nxhello/defconfig @@ -368,7 +368,7 @@ CONFIG_MMCSD_SPI=y CONFIG_MMCSD_SPICLOCK=12500000 # CONFIG_MMCSD_SDIO is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set diff --git a/nuttx/configs/zkit-arm-1769/thttpd/defconfig b/nuttx/configs/zkit-arm-1769/thttpd/defconfig index 7e40eccdb..606b9d53e 100644 --- a/nuttx/configs/zkit-arm-1769/thttpd/defconfig +++ b/nuttx/configs/zkit-arm-1769/thttpd/defconfig @@ -334,7 +334,7 @@ CONFIG_DEV_NULL=y # CONFIG_LCD is not set # CONFIG_MMCSD is not set # CONFIG_MTD is not set -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y # CONFIG_NET_SLIP is not set # CONFIG_PIPES is not set # CONFIG_PM is not set -- cgit v1.2.3