Files
luban-lite-t3e-pro/packages/third-party/netutils/Kconfig
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

17 lines
563 B
Plaintext

menuconfig LPKG_USING_NETUTILS
bool "netutils: Networking utilities for RT-Thread"
default n
if LPKG_USING_NETUTILS
config LPKG_NETUTILS_IPERF
bool "Enable iperf-liked network performance tool"
select RT_USING_LIBC if RT_VER_NUM < 0x40100
select RT_USING_SAL if RT_VER_NUM < 0x40100
select SAL_USING_POSIX if RT_VER_NUM < 0x40100
select RT_USING_POSIX_FS if RT_VER_NUM >= 0x40100
select RT_USING_POSIX_SOCKET if RT_VER_NUM >= 0x40100
default n
endif