mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
configs/avr32dev1/nsh: Configuration converted to use the kconfig-frontends tools
This commit is contained in:
parent
22a1e2aef3
commit
64e5dbc534
1 changed files with 5 additions and 0 deletions
|
|
@ -9,10 +9,15 @@ comment "AVR32 Configuration Options"
|
|||
choice
|
||||
prompt "Toolchain"
|
||||
default AVR32_AVRTOOLSW if HOST_WINDOWS
|
||||
default AVR32_AVRTOOLSL if HOST_LINUX
|
||||
|
||||
config AVR32_AVRTOOLSW
|
||||
bool "AVR tools for Windows"
|
||||
depends on HOST_WINDOWS
|
||||
|
||||
config AVR32_AVRTOOLSL
|
||||
bool "AVR tools for Windows"
|
||||
depends on HOST_LINUX
|
||||
|
||||
endchoice # Toolchain
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue