2014-06-12 11:52:06 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-06-12 11:52:06 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_NETPKT
|
2018-09-03 09:29:56 -06:00
|
|
|
tristate "Network packet socket example"
|
2014-06-12 11:52:06 -06:00
|
|
|
default n
|
|
|
|
depends on NET_PKT
|
|
|
|
---help---
|
|
|
|
Enable the network packet socket example
|
|
|
|
|
|
|
|
if EXAMPLES_NETPKT
|
|
|
|
endif
|