Add CONFIG_NET_ETHERNET (not used yet)

This commit is contained in:
Gregory Nutt 2014-06-01 09:40:23 -06:00
parent 0a7d381c57
commit 6a5fdf7fe2
2 changed files with 11 additions and 1 deletions

View File

@ -126,4 +126,3 @@ FAR dq_entry_t *dq_remfirst(FAR dq_queue_t *queue);
#endif
#endif /* __INCLUDE_QUEUE_H_ */

View File

@ -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