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