mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 05:10:44 +00:00
19 lines
366 B
Text
19 lines
366 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
menu "Unix Domain Socket Support"
|
|
depends on NET && EXPERIMENTAL
|
|
|
|
config NET_LOCAL
|
|
bool "Unix domain (local) sockets"
|
|
default n
|
|
---help---
|
|
Enable or disable Unix domain (aka Local) sockets.
|
|
|
|
if NET_LOCAL
|
|
|
|
endif # NET_LOCAL
|
|
|
|
endmenu # Unix Domain Sockets
|