summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-25 11:50:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-25 11:50:31 -0600
commitec82520d627606598091a931aef32312093d380b (patch)
treebb76021c93a80a1bb5717bfff219bf14e4197c87
parent00500643fb9081a8683ca01d1685e497dc407ce8 (diff)
downloadnuttx-ec82520d627606598091a931aef32312093d380b.tar.gz
nuttx-ec82520d627606598091a931aef32312093d380b.tar.bz2
nuttx-ec82520d627606598091a931aef32312093d380b.zip
Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index e9c5a2bba..5e07c21dc 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/arch/arm/src/stm32/Kconfig
@@ -619,6 +619,7 @@ config STM32_ETHMAC
bool "Ethernet MAC"
default n
depends on STM32_CONNECTIVITYLINE || STM32_STM32F20XX || STM32_STM32F40XX
+ select NETDEVICES
select ARCH_HAVE_PHY
config STM32_FSMC