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.
|
|
|
|
#
|
|
|
|
|
2017-01-21 22:40:51 +01:00
|
|
|
if ARCH_ARM7TDMI || ARCH_ARM920T || ARCH_ARM926EJS
|
2018-05-29 21:21:26 +02:00
|
|
|
source libs/libc/machine/arm/arm/Kconfig
|
2017-01-21 22:40:51 +01:00
|
|
|
endif
|
|
|
|
|
2017-01-21 20:43:45 +01:00
|
|
|
if ARCH_CORTEXA5 || ARCH_CORTEXA8 || ARCH_CORTEXA9
|
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
|
|
|
|
|
2019-03-19 17:26:15 +01:00
|
|
|
if ARCH_CORTEXR4 || ARCH_CORTEXR5 || ARCH_CORTEXR7
|
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
|
|
|
|
|
2017-01-21 22:24:25 +01:00
|
|
|
if ARCH_CORTEXM0
|
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
|
|
|
|
|
2017-01-21 20:43:45 +01:00
|
|
|
if ARCH_CORTEXM3 || ARCH_CORTEXM4 || ARCH_CORTEXM7
|
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
|
|
|
|
|
|
|
|
if ARCH_CORTEXM33
|
2018-05-29 21:21:26 +02:00
|
|
|
source libs/libc/machine/arm/armv8/Kconfig
|
2017-01-21 20:43:45 +01:00
|
|
|
endif
|