aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/armv7-m/Kconfig')
-rw-r--r--nuttx/arch/arm/src/armv7-m/Kconfig59
1 files changed, 0 insertions, 59 deletions
diff --git a/nuttx/arch/arm/src/armv7-m/Kconfig b/nuttx/arch/arm/src/armv7-m/Kconfig
deleted file mode 100644
index a154a4c5c..000000000
--- a/nuttx/arch/arm/src/armv7-m/Kconfig
+++ /dev/null
@@ -1,59 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
-#
-
-comment "ARMV7M Configuration Options"
-
-choice
- prompt "Toolchain Selection"
- default ARMV7M_TOOLCHAIN_CODESOURCERYW if HOST_WINDOWS
- default ARMV7M_TOOLCHAIN_GNU_EABI if !HOST_WINDOWS
-
-config ARMV7M_TOOLCHAIN_ATOLLIC
- bool "Atollic Lite/Pro for Windows"
- depends on HOST_WINDOWS
-
-config ARMV7M_TOOLCHAIN_BUILDROOT
- bool "Buildroot (Cygwin or Linux)"
- depends on !WINDOWS_NATIVE
-
-config ARMV7M_TOOLCHAIN_CODEREDL
- bool "CodeRed for Linux"
- depends on HOST_LINUX
-
-config ARMV7M_TOOLCHAIN_CODEREDW
- bool "CodeRed for Windows"
- depends on HOST_WINDOWS
-
-config ARMV7M_TOOLCHAIN_CODESOURCERYL
- bool "CodeSourcery GNU toolchain under Linux"
- depends on HOST_LINUX
-
-config ARMV7M_TOOLCHAIN_CODESOURCERYW
- bool "CodeSourcery GNU toolchain under Windows"
- depends on HOST_WINDOWS
-
-config ARMV7M_TOOLCHAIN_DEVKITARM
- bool "devkitARM GNU toolchain"
- depends on HOST_WINDOWS
-
-config ARMV7M_TOOLCHAIN_GNU_EABI
- bool "Generic GNU EABI toolchain"
- ---help---
- This option should work for any modern GNU toolchain (GCC 4.5 or newer)
- configured for arm-none-eabi.
-
-config ARMV7M_TOOLCHAIN_RAISONANCE
- bool "STMicro Raisonance for Windows"
- depends on HOST_WINDOWS
-
-endchoice
-
-config ARMV7M_OABI_TOOLCHAIN
- bool "OABI (vs EABI)"
- default y
- depends on ARMV7M_TOOLCHAIN_BUILDROOT
- ---help---
- Most of the older buildroot toolchains are OABI and are named arm-nuttx-elf- vs. arm-nuttx-eabi-
-