2017-01-21 20:43:45 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2020-11-26 12:59:11 +01:00
|
|
|
if ARCH_ARM7TDMI || ARCH_ARM920T || ARCH_ARM926EJS || \
|
|
|
|
ARCH_ARM1136J || ARCH_ARM1156T2 || ARCH_ARM1176JZ
|
2018-05-29 21:21:26 +02:00
|
|
|
source libs/libc/machine/arm/arm/Kconfig
|
2017-01-21 22:40:51 +01:00
|
|
|
endif
|
|
|
|
|
2020-11-26 12:59:11 +01:00
|
|
|
if ARCH_ARMV7A
|
2018-05-29 21:21:26 +02:00
|
|
|
source libs/libc/machine/arm/armv7-a/Kconfig
|
2017-01-21 20:43:45 +01:00
|
|
|
endif
|
|
|
|
|
2020-11-26 12:59:11 +01:00
|
|
|
if ARCH_ARMV7R
|
2018-05-29 21:21:26 +02:00
|
|
|
source libs/libc/machine/arm/armv7-r/Kconfig
|
2017-01-21 20:43:45 +01:00
|
|
|
endif
|
|
|
|
|
2020-11-26 12:59:11 +01:00
|
|
|
if ARCH_ARMV6M
|
2018-05-29 21:21:26 +02:00
|
|
|
source libs/libc/machine/arm/armv6-m/Kconfig
|
2017-01-21 22:24:25 +01:00
|
|
|
endif
|
|
|
|
|
2020-11-26 12:59:11 +01:00
|
|
|
if ARCH_ARMV7M
|
2018-05-29 21:21:26 +02:00
|
|
|
source libs/libc/machine/arm/armv7-m/Kconfig
|
2017-01-21 20:43:45 +01:00
|
|
|
endif
|
|
|
|
|
2020-11-26 12:59:11 +01:00
|
|
|
if ARCH_ARMV8M
|
2020-11-26 13:06:21 +01:00
|
|
|
source libs/libc/machine/arm/armv8-m/Kconfig
|
2017-01-21 20:43:45 +01:00
|
|
|
endif
|