Skip to content

Commit

Permalink
sim: Make SIM_NETDEV_TAP depends on LINUX||WINDOWS
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored and xiaoxiang781216 committed Mar 21, 2020
1 parent 5d5878d commit 9b88ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sim/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9b88ecc

Please sign in to comment.