mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Fix dependencies in Configs
This commit is contained 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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user