mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
configs/avr32dev1/nsh: Configuration converted to use the kconfig-frontends tools
This commit is contained in:
@@ -9,10 +9,15 @@ comment "AVR32 Configuration Options"
|
|||||||
choice
|
choice
|
||||||
prompt "Toolchain"
|
prompt "Toolchain"
|
||||||
default AVR32_AVRTOOLSW if HOST_WINDOWS
|
default AVR32_AVRTOOLSW if HOST_WINDOWS
|
||||||
|
default AVR32_AVRTOOLSL if HOST_LINUX
|
||||||
|
|
||||||
config AVR32_AVRTOOLSW
|
config AVR32_AVRTOOLSW
|
||||||
bool "AVR tools for Windows"
|
bool "AVR tools for Windows"
|
||||||
depends on HOST_WINDOWS
|
depends on HOST_WINDOWS
|
||||||
|
|
||||||
|
config AVR32_AVRTOOLSL
|
||||||
|
bool "AVR tools for Windows"
|
||||||
|
depends on HOST_LINUX
|
||||||
|
|
||||||
endchoice # Toolchain
|
endchoice # Toolchain
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user