summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-25 11:50:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-25 11:50:05 -0600
commit00500643fb9081a8683ca01d1685e497dc407ce8 (patch)
treeee6a0ba468ee948620d5930381af74da8990eacf /nuttx/ChangeLog
parentf05a0577270e64dbd1e90c1aa59d42f23c5b282f (diff)
downloadnuttx-00500643fb9081a8683ca01d1685e497dc407ce8.tar.gz
nuttx-00500643fb9081a8683ca01d1685e497dc407ce8.tar.bz2
nuttx-00500643fb9081a8683ca01d1685e497dc407ce8.zip
Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6194be14c..f2c9fc831 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5625,4 +5625,6 @@
Holtzberg (2013-9-24).
* Standardized stack checking logic so the interfaces can be used
by common stack monitoring logic (2013-9-24).
+ * drivers/net/Kconfig: Move CONFIG_NET_DUMPPACKET out of LPC17
+ and STM32 Kconfigs into the common network driver Kconfig (2013-9-25).