examples/nettest/: Loopback option shoudl be available in Kconfig for PktRadio.
This commit is contained in:
parent
7d0037b08a
commit
c7e7b42b06
@ -39,7 +39,7 @@ config EXAMPLES_NETTEST_PRIORITY1
|
|||||||
config EXAMPLES_NETTEST_LOOPBACK
|
config EXAMPLES_NETTEST_LOOPBACK
|
||||||
bool "Loopback test"
|
bool "Loopback test"
|
||||||
default n
|
default n
|
||||||
depends on NET_LOOPBACK || IEEE802154_LOOPBACK
|
depends on NET_LOOPBACK || IEEE802154_LOOPBACK || PKTRADIO_LOOPBACK
|
||||||
---help---
|
---help---
|
||||||
Perform the test using the local loopback device. In this case,
|
Perform the test using the local loopback device. In this case,
|
||||||
both the client and the server reside on the target.
|
both the client and the server reside on the target.
|
||||||
|
Loading…
Reference in New Issue
Block a user