You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/01/21 07:59:18 UTC

[incubator-nuttx] branch master updated: sim/netdev: dependens on LPWORK by default

This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d74aa6  sim/netdev: dependens on LPWORK by default
     new 4f3179b  Merge pull request #134 from xiaoxiang781216/sim-netdev-lpwork
4d74aa6 is described below

commit 4d74aa6ec959a4df12f27116ee89bbf72d57f669
Author: chao.an <an...@xiaomi.com>
AuthorDate: Tue Jan 21 13:34:10 2020 +0800

    sim/netdev: dependens on LPWORK by default
    
    Change-Id: Ic2d42d29fc84bef1cc279ef443897d5191888e72
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 arch/sim/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig
index 4396776..7ceeb90 100644
--- a/arch/sim/Kconfig
+++ b/arch/sim/Kconfig
@@ -115,6 +115,7 @@ config SIM_NETDEV
 	default y
 	depends on NET
 	select ARCH_HAVE_NETDEV_STATISTICS
+	select SCHED_LPWORK
 	---help---
 		Build in support for a simulated network device using a TAP device on Linux or
 		WPCAP on Windows.