diff options
Diffstat (limited to 'target/device/Config.in.toolchain')
-rw-r--r-- | target/device/Config.in.toolchain | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/device/Config.in.toolchain b/target/device/Config.in.toolchain index 142912a13..1cdbe7bfe 100644 --- a/target/device/Config.in.toolchain +++ b/target/device/Config.in.toolchain @@ -48,10 +48,6 @@ config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2 It is generated from buildroot-avr32-v2.2.0-rc4 in http://www.atmel.no/buildroot -config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_3_ENABLE - bool - default n - config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_3 bool "Use prepatched source for AVR32 gcc-4.2.3 toolchain" depends on BR2_avr32 @@ -74,6 +70,10 @@ config BR2_TOOLCHAIN_UNKNOWNVENDOR endchoice +config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_3_ENABLE + bool + default n + config BR2_TOOLCHAIN_ATMEL_AVR32 bool default n |