#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

if ARCH_ARMV7M
source "libs/libm/libm/arm/armv7-m/Kconfig"
endif

if ARCH_ARMV8M
source "libs/libm/libm/arm/armv8-m/Kconfig"
endif
