mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 20:59:05 +00:00
19 lines
388 B
Text
19 lines
388 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
config EXAMPLES_USTREAM
|
|
bool "Unix domain stream example"
|
|
default n
|
|
depends on NET_LOCAL
|
|
---help---
|
|
Enable the Unix domain SOCK_STREAM test example
|
|
|
|
if EXAMPLES_USTREAM
|
|
|
|
config EXAMPLES_USTREAM_ADDR
|
|
string "Unix domain address"
|
|
default "/dev/fifo"
|
|
|
|
endif # EXAMPLES_USTREAM
|