summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-27 10:13:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-27 10:13:10 -0600
commit5a85cf5e29c0239e2e1c15d03ac168c8df560a69 (patch)
tree45f4744129e2069ad90c61122adc66ec1dfdf03c /nuttx/net/Kconfig
parent7a4b64a9d4b33652a0d8558cadff220e8c1f2845 (diff)
downloadpx4-nuttx-5a85cf5e29c0239e2e1c15d03ac168c8df560a69.tar.gz
px4-nuttx-5a85cf5e29c0239e2e1c15d03ac168c8df560a69.tar.bz2
px4-nuttx-5a85cf5e29c0239e2e1c15d03ac168c8df560a69.zip
Add missing source of netdev/Kconfig
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index 8440b4dc1..f2814ab04 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -73,12 +73,6 @@ config NET_SOCKOPTS
---help---
Enable or disable support for socket options
-config NETDEV_PHY_IOCTL
- bool "Enable PHY ioctl()"
- default n
- ---help---
- Enable support for ioctl() commands to access PHY registers"
-
if NET_SOCKOPTS
config NET_SOLINGER
@@ -130,6 +124,7 @@ config NET_GUARDSIZE
packet size will be chopped down to the size indicated in the TCP
header.
+source "net/netdev/Kconfig"
source "net/pkt/Kconfig"
source "net/tcp/Kconfig"
source "net/udp/Kconfig"