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/zkit-arm-1769/hello/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/zkit-arm-1769/hello/defconfig') 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 -- cgit v1.2.3