2015-01-27 13:41:45 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_USTREAM
|
2015-01-28 14:28:11 -06:00
|
|
|
bool "Unix domain stream example"
|
2015-01-27 13:41:45 -06:00
|
|
|
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"
|
2015-01-30 09:07:22 -06:00
|
|
|
default "/dev/fifo"
|
2015-01-27 13:41:45 -06:00
|
|
|
|
|
|
|
endif # EXAMPLES_USTREAM
|