2017-01-22 16:14:18 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2017-02-10 17:04:56 +01:00
|
|
|
# menu "Shared Library Support"
|
2017-02-10 16:32:55 +01:00
|
|
|
|
2017-01-22 16:14:18 +01:00
|
|
|
config LIBC_DLLFCN
|
|
|
|
bool "Shared library support"
|
|
|
|
default n
|
|
|
|
select LIBC_ARCH_ELF
|
2017-01-29 15:55:27 +01:00
|
|
|
select LIBC_MODLIB if !BUILD_KERNEL
|
2017-01-22 22:33:19 +01:00
|
|
|
select MODULE if BUILD_FLAT
|
2017-01-29 15:55:27 +01:00
|
|
|
depends on EXPERIMENTAL || !BUILD_KERNEL
|
2017-01-22 16:14:18 +01:00
|
|
|
---help---
|
|
|
|
Enabled support for user-space shared libraries.
|
|
|
|
|
|
|
|
A work in progress, hence, marked EXPERIMENTAL
|
2017-02-10 17:04:56 +01:00
|
|
|
|
|
|
|
# endmenu # Shared Library Support
|