[Buildroot] [PATCH v5 8/9] powerpc: remove unneeded dependencies

Cody P Schafer cody at linux.vnet.ibm.com
Tue May 13 05:28:20 UTC 2014


Signed-off-by: Cody P Schafer <cody at linux.vnet.ibm.com>
---
 arch/Config.in.powerpc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/Config.in.powerpc b/arch/Config.in.powerpc
index 6b9a56f..b2f0555 100644
--- a/arch/Config.in.powerpc
+++ b/arch/Config.in.powerpc
@@ -6,7 +6,6 @@ config BR2_POWERPC_CPU_HAS_SPE
 
 choice
 	prompt "Target Architecture Variant"
-	depends on BR2_powerpc
 	default BR2_generic_powerpc
 	help
 	  Specific CPU variant to use
@@ -127,7 +126,6 @@ endchoice
 
 choice
 	prompt "Target ABI"
-	depends on BR2_powerpc
 	default BR2_powerpc_SPE if BR2_POWERPC_CPU_HAS_SPE
 	default BR2_powerpc_CLASSIC
 	help
-- 
1.9.3




More information about the buildroot mailing list