From 498ea22be27863c8eff99033384f9d268167a2b3 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 17 Apr 2012 05:05:40 +0000 Subject: sam-ba: only propose it if the host is x86 or x86_64 As sam-ba is delivered as a binary for x86 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/sam-ba/Config.in.host | 1 + 1 file changed, 1 insertion(+) (limited to 'package/sam-ba') diff --git a/package/sam-ba/Config.in.host b/package/sam-ba/Config.in.host index f2ea01f2f..20b2b36da 100644 --- a/package/sam-ba/Config.in.host +++ b/package/sam-ba/Config.in.host @@ -1,5 +1,6 @@ config BR2_PACKAGE_HOST_SAM_BA bool "host sam-ba" + depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" help Atmel SAM-BA software provides an open set of tools for programming the Atmel SAM3, SAM7 and SAM9 ARM-based -- cgit v1.2.3