Add missing source of netdev/Kconfig
This commit is contained in:
parent
d8e18e7f96
commit
1db2614c2a
1 changed files with 1 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue