mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Fix dependencies in Configs
This commit is contained in:
@@ -12,6 +12,7 @@ comment "Selection criteria"
|
|||||||
|
|
||||||
config BR2_TARGET_ATMEL_ALL
|
config BR2_TARGET_ATMEL_ALL
|
||||||
bool "Allow all ARM targets"
|
bool "Allow all ARM targets"
|
||||||
|
depends BR2_arm
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config BR2_TARGET_ATMEL_NET
|
config BR2_TARGET_ATMEL_NET
|
||||||
|
|||||||
@@ -80,4 +80,5 @@ config BR2_AT91BOOTSTRAP_JUMP_ADDR
|
|||||||
depends on BR2_TARGET_AT91BOOTSTRAP
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
||||||
|
|
||||||
comment "It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)"
|
comment "It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)"
|
||||||
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user