diff options
-rw-r--r-- | package/sam-ba/Config.in.host | 1 |
1 files changed, 1 insertions, 0 deletions
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 |