configs/avr32dev1/nsh: Configuration converted to use the kconfig-frontends tools
This commit is contained in:
parent
22a1e2aef3
commit
64e5dbc534
@ -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…
Reference in New Issue
Block a user