summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm/Kconfig
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/arch/arm/src/lm/Kconfig
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/arch/arm/src/lm/Kconfig')
-rw-r--r--nuttx/arch/arm/src/lm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/lm/Kconfig b/nuttx/arch/arm/src/lm/Kconfig
index c1266c473..84f326fd9 100644
--- a/nuttx/arch/arm/src/lm/Kconfig
+++ b/nuttx/arch/arm/src/lm/Kconfig
@@ -120,6 +120,7 @@ config SSI1_DISABLE
config LM_ETHERNET
bool "Stellaris Ethernet"
default n
+ select NETDEVICES
---help---
This must be set (along with NET) to build the Stellaris Ethernet driver.