Add CONFIG_NET_ETHERNET (not used yet)
This commit is contained in:
parent
0a7d381c57
commit
6a5fdf7fe2
|
@ -126,4 +126,3 @@ FAR dq_entry_t *dq_remfirst(FAR dq_queue_t *queue);
|
|||
#endif
|
||||
|
||||
#endif /* __INCLUDE_QUEUE_H_ */
|
||||
|
||||
|
|
11
net/Kconfig
11
net/Kconfig
|
@ -369,6 +369,17 @@ config NET_MULTICAST
|
|||
---help---
|
||||
Outgoing multi-cast address support
|
||||
|
||||
# Select Transport (should be a choice)
|
||||
|
||||
config NET_ETHERNET
|
||||
bool
|
||||
default y if !NET_SLIP
|
||||
default n if NET_SLIP
|
||||
---help---
|
||||
If NET_SLIP is not selected, then Ethernet will be used (there is
|
||||
no need to define anything special in the configuration file to use
|
||||
Ethernet -- it is the default).
|
||||
|
||||
config NET_SLIP
|
||||
bool "SLIP support"
|
||||
default n
|
||||
|
|
Loading…
Reference in New Issue