Clean up of pirelli-dpl10/nsh_highram configuration
This commit is contained in:
parent
98787f4717
commit
ed99b6f622
|
@ -17,6 +17,10 @@ config ARM_TOOLCHAIN_BUILDROOT
|
|||
config ARM_TOOLCHAIN_CODESOURCERYL
|
||||
bool "CodeSourcery GNU toolchain under Linux"
|
||||
depends on HOST_LINUX
|
||||
---help---
|
||||
For use with the GNU toolchain built with the NuttX buildroot package.
|
||||
This tools may be arm-nuttx-eabi- or, if ARM_OABI_TOOLCHAIN is set,
|
||||
arm-nuttx-elf-.
|
||||
|
||||
config ARM_TOOLCHAIN_CODESOURCERYW
|
||||
bool "CodeSourcery GNU toolchain under Windows"
|
||||
|
@ -30,7 +34,12 @@ config ARM_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.
|
||||
configured for arm-none-eabi-.
|
||||
|
||||
config ARM_TOOLCHAIN_GNU_OABI
|
||||
bool "Generic GNU OABI toolchain"
|
||||
---help---
|
||||
This option should work for any GNU toolchain configured for arm-elf-.
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
Loading…
Reference in New Issue