summaryrefslogtreecommitdiff
path: root/apps/examples/ustream/Kconfig
blob: ed61384e1edb8450d43955618224c3ed1cd75a2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# 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 "/var/fifo/fifo"

endif # EXAMPLES_USTREAM