summaryrefslogtreecommitdiff
path: root/apps/examples/udgram/Kconfig
blob: 90b568c62fbe7b1a8c1b1bfef0771c040d2b2c4b (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_UDGRAM
	bool "Unix domain datagram example"
	default n
	depends on NET_LOCAL
	---help---
		Enable the Unix domain SOCK_DGRAM test example

if EXAMPLES_UDGRAM

config EXAMPLES_UDGRAM_ADDR
	string "Unix domain address"
	default "/var/fifo/fifo"

endif # EXAMPLES_UDGRAM