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.
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_CORTEXA5 || ARCH_CORTEXA8 || ARCH_CORTEXA9
|
|
|
|
source libc/machine/arm/armv7-a/Kconfig
|
|
|
|
endif
|
|
|
|
|
|
|
|
if ARCH_CORTEXR4 || ARCH_CORTEXR4F || ARCH_CORTEXR5 || ARCH_CORTEXR5F || ARCH_CORTEXR7 || ARCH_CORTEXR7F
|
|
|
|
source libc/machine/arm/armv7-r/Kconfig
|
|
|
|
endif
|
|
|
|
|
2017-01-21 22:24:25 +01:00
|
|
|
if ARCH_CORTEXM0
|
|
|
|
source libc/machine/arm/armv6-m/Kconfig
|
|
|
|
endif
|
|
|
|
|
2017-01-21 20:43:45 +01:00
|
|
|
if ARCH_CORTEXM3 || ARCH_CORTEXM4 || ARCH_CORTEXM7
|
|
|
|
source libc/machine/arm/armv7-m/Kconfig
|
|
|
|
endif
|
|
|
|
|
|
|
|
if ARCH_CORTEXM33
|
|
|
|
source libc/machine/arm/armv8/Kconfig
|
|
|
|
endif
|