Fix typos in AVR32 Kconfig files. From Stefan Sperling
This commit is contained in:
parent
e0c16073fa
commit
19c1bd3a45
|
@ -22,7 +22,7 @@ config ARCH_CHIP_AT90USB
|
||||||
Atmel AT90USB family of 8-bit AVRs.
|
Atmel AT90USB family of 8-bit AVRs.
|
||||||
|
|
||||||
config ARCH_CHIP_AT32UC3
|
config ARCH_CHIP_AT32UC3
|
||||||
bool "AVR23 AT32UC3* family"
|
bool "AVR32 AT32UC3* family"
|
||||||
select ARCH_FAMILY_AVR32
|
select ARCH_FAMILY_AVR32
|
||||||
---help---
|
---help---
|
||||||
Atmel AT32UC3A/B/C family of 32-bit AVR32s.
|
Atmel AT32UC3A/B/C family of 32-bit AVR32s.
|
||||||
|
|
|
@ -16,7 +16,7 @@ config AVR32_AVRTOOLSW
|
||||||
depends on HOST_WINDOWS
|
depends on HOST_WINDOWS
|
||||||
|
|
||||||
config AVR32_AVRTOOLSL
|
config AVR32_AVRTOOLSL
|
||||||
bool "AVR tools for Windows"
|
bool "AVR tools for Linux"
|
||||||
depends on HOST_LINUX
|
depends on HOST_LINUX
|
||||||
|
|
||||||
endchoice # Toolchain
|
endchoice # Toolchain
|
||||||
|
|
Loading…
Reference in New Issue