mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-27 04:10:47 +00:00
18 lines
519 B
Text
18 lines
519 B
Text
|
|
#
|
||
|
|
# For a description of the syntax of this configuration file,
|
||
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
|
#
|
||
|
|
|
||
|
|
# The ulut library is to be meant primarily used with
|
||
|
|
# the Silicon Heaven protocol, hence the info comment.
|
||
|
|
|
||
|
|
if !NETUTILS_LIBULUT && !NETUTILS_LIBSHVC
|
||
|
|
comment "uLan Utilities Library required to support the Silicon Heaven protocol"
|
||
|
|
endif
|
||
|
|
|
||
|
|
config NETUTILS_LIBULUT
|
||
|
|
bool "uLan Utilities Library (ULUT)"
|
||
|
|
default n
|
||
|
|
---help---
|
||
|
|
Enable the ULUT library to be used in NuttX applications.
|