mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 01:46:35 +00:00
sim: Make SIM_NETDEV_TAP depends on LINUX||WINDOWS
This commit is contained in:
parent
5d5878d52d
commit
9b88ecc1b2
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ choice
|
|||
|
||||
config SIM_NETDEV_TAP
|
||||
bool "Simulated Network Device with TAP/WPCAP"
|
||||
depends on (HOST_LINUX || HOST_WINDOWS)
|
||||
---help---
|
||||
Build in support for a simulated network device using a TAP device on Linux or
|
||||
WPCAP on Windows.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue