From 3603cb51140adaddd629c8f9013218018344dea6 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Tue, 6 May 2008 01:37:26 +0000 Subject: Fix dependencies in Configs --- target/device/Atmel/AT91_Config.in | 1 + target/device/Atmel/at91bootstrap/Config.in | 1 + 2 files changed, 2 insertions(+) diff --git a/target/device/Atmel/AT91_Config.in b/target/device/Atmel/AT91_Config.in index 628e13b00..254a2f2be 100644 --- a/target/device/Atmel/AT91_Config.in +++ b/target/device/Atmel/AT91_Config.in @@ -12,6 +12,7 @@ comment "Selection criteria" config BR2_TARGET_ATMEL_ALL bool "Allow all ARM targets" + depends BR2_arm default y config BR2_TARGET_ATMEL_NET diff --git a/target/device/Atmel/at91bootstrap/Config.in b/target/device/Atmel/at91bootstrap/Config.in index fdba4a829..3e53d3e6b 100644 --- a/target/device/Atmel/at91bootstrap/Config.in +++ b/target/device/Atmel/at91bootstrap/Config.in @@ -80,4 +80,5 @@ config BR2_AT91BOOTSTRAP_JUMP_ADDR depends on BR2_TARGET_AT91BOOTSTRAP comment "It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)" + depends on BR2_TARGET_AT91BOOTSTRAP -- cgit v1.2.3