diff --git a/arch/Config.in.bfin b/arch/Config.in.bfin index 415fc890d8..9f7056a6dc 100644 --- a/arch/Config.in.bfin +++ b/arch/Config.in.bfin @@ -1,7 +1,7 @@ choice prompt "Target CPU" depends on BR2_bfin - default BR2_bf609 + default BR2_bf532 help Specify target CPU config BR2_bf606 diff --git a/toolchain/Config.in b/toolchain/Config.in index 0d9c39b0bb..de01585670 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -42,6 +42,10 @@ choice config BR2_TOOLCHAIN_BUILDROOT bool "Buildroot toolchain" select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS + depends on !BR2_bf606 + depends on !BR2_bf607 + depends on !BR2_bf608 + depends on !BR2_bf609 config BR2_TOOLCHAIN_EXTERNAL bool "External toolchain"