Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled

This commit is contained in:
Gregory Nutt
2013-09-25 11:50:05 -06:00
parent d06b7b0afe
commit 22fe508443
6 changed files with 18 additions and 16 deletions
+2
View File
@@ -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).