15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
#
|
||
|
|
||
|
config LIBC_DLLFCN
|
||
|
bool "Shared library support"
|
||
|
default n
|
||
|
select LIBC_ARCH_ELF
|
||
|
depends on EXPERIMENTAL
|
||
|
---help---
|
||
|
Enabled support for user-space shared libraries.
|
||
|
|
||
|
A work in progress, hence, marked EXPERIMENTAL
|