examples/nettest/: Loopback option shoudl be available in Kconfig for PktRadio.

This commit is contained in:
Gregory Nutt 2017-08-01 17:22:01 -06:00
parent 7d0037b08a
commit c7e7b42b06

View File

@ -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.