sim: Make SIM_NETDEV_TAP depends on LINUX||WINDOWS

This commit is contained in:
YAMAMOTO Takashi
2020-03-21 12:53:07 +09:00
committed by Xiang Xiao
parent 5d5878d52d
commit 9b88ecc1b2
+1
View File
@@ -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.