2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-14 22:01:08 +02:00
|
|
|
|
2014-07-03 00:04:25 +02:00
|
|
|
config NETUTILS_NETLIB
|
2012-04-14 22:01:08 +02:00
|
|
|
bool "Network support library"
|
|
|
|
default n
|
2015-03-29 23:52:46 +02:00
|
|
|
depends on NET
|
2017-04-21 22:55:24 +02:00
|
|
|
select IEEE802154_LIBMAC if WIRELESS_IEEE802154
|
2012-04-14 22:01:08 +02:00
|
|
|
---help---
|
|
|
|
Enable support for the network support library.
|
|
|
|
|
2014-07-03 00:04:25 +02:00
|
|
|
if NETUTILS_NETLIB
|
2012-04-14 22:01:08 +02:00
|
|
|
endif
|