2017-01-19 16:37:33 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2017-01-20 15:24:59 +01:00
|
|
|
# These are library functions that may be overriden by architecture-
|
|
|
|
# specific implementations. Not all architectures support implementations
|
|
|
|
# for every library function.
|
|
|
|
|
2017-01-20 16:30:07 +01:00
|
|
|
config LIBC_ARCH_MEMCPY
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config LIBC_ARCH_MEMCMP
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config LIBC_ARCH_MEMMOVE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config LIBC_ARCH_MEMSET
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config LIBC_ARCH_STRCHR
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config LIBC_ARCH_STRCMP
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config LIBC_ARCH_STRCPY
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config LIBC_ARCH_STRNCPY
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config LIBC_ARCH_STRLEN
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config LIBC_ARCH_STRNLEN
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config LIBC_ARCH_BZERO
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2017-01-19 16:37:33 +01:00
|
|
|
config LIBM_ARCH_CEIL
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_FLOOR
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_NEARBYINT
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_RINT
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_ROUND
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_TRUNC
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_CEILF
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_FLOORF
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_NEARBYINTF
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_RINTF
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_ROUNDF
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
|
|
|
config LIBM_ARCH_TRUNCF
|
2017-01-20 16:30:07 +01:00
|
|
|
bool
|
2017-01-19 16:37:33 +01:00
|
|
|
default n
|
2017-01-20 15:24:59 +01:00
|
|
|
depends on LIBM && ARCH_CORTEXM33
|
2017-01-19 16:37:33 +01:00
|
|
|
|
2017-01-20 16:30:07 +01:00
|
|
|
# One or more the of above may be selected by architecture specific logic
|
|
|
|
|
2017-01-20 17:53:46 +01:00
|
|
|
if ARCH_CORTEXA5 || ARCH_CORTEXA8 || ARCH_CORTEXA9
|
|
|
|
source libc/machine/armv7-a/Kconfig
|
|
|
|
endif
|
|
|
|
|
|
|
|
if ARCH_CORTEXR4 || ARCH_CORTEXR4F || ARCH_CORTEXR5 || ARCH_CORTEXR5F || ARCH_CORTEXR7 || ARCH_CORTEXR7F
|
|
|
|
source libc/machine/armv7-r/Kconfig
|
|
|
|
endif
|
|
|
|
|
|
|
|
if ARCH_CORTEXM3 || ARCH_CORTEXM4 || ARCH_CORTEXM7
|
|
|
|
source libc/machine/armv7-m/Kconfig
|
|
|
|
endif
|
|
|
|
|
2017-01-20 15:24:59 +01:00
|
|
|
if ARCH_CORTEXM33
|
|
|
|
source libc/machine/armv8/Kconfig
|
|
|
|
endif
|