浏览代码

Remove duplication of AVR32 toolchain

Ulf Samuelsson 17 年之前
父节点
当前提交
979d4576de
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      toolchain/Config.in

+ 3 - 1
toolchain/Config.in

@@ -1,7 +1,8 @@
 menu "Toolchain"
 choice
 	prompt "Toolchain type"
-	default BR2_TOOLCHAIN_BUILDROOT 
+	default BR2_TOOLCHAIN_BUILDROOT if !BR2_avr32
+	default BR2_TOOLCHAIN_EXTERNAL_SOURCE if BR2_avr32
 	help
 	  Select whether to use the toolchain provided by buildroot
 	  or an external toolchain.
@@ -11,6 +12,7 @@ choice
 
 config BR2_TOOLCHAIN_BUILDROOT
 	bool "Buildroot toolchain"
+	depends on !BR2_avr32
   
 config BR2_TOOLCHAIN_EXTERNAL
 	bool "External binary toolchain"