Ensure that the 2009.01 u-boot patches can only be enabled for 2009.01 builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
22 lines
560 B
Plaintext
22 lines
560 B
Plaintext
choice
|
|
prompt "Add AT91 specific patches to u-Boot"
|
|
default BR2_TARGET_U_BOOT_2009_01_ARCH_AT91
|
|
help
|
|
Select a patch to add to U-Boot
|
|
|
|
config BR2_TARGET_U_BOOT_2009_01_ARCH_AT91
|
|
bool "AT91 patches for u-boot-2009.01"
|
|
depends on BR2_TARGET_ATMEL && BR2_arm
|
|
depends on BR2_TARGET_UBOOT_2009_01
|
|
help
|
|
Apply the at91 u-boot-2009.01 patches
|
|
|
|
endchoice
|
|
|
|
config BR2_TARGET_U_BOOT_ARCH_AT91_PATCH_DIR
|
|
string
|
|
depends on BR2_TARGET_U_BOOT_ARCH_PATCH
|
|
default "target/device/Atmel/arch-arm/u-boot/2009.01" if BR2_TARGET_U_BOOT_2009_01_ARCH_AT91
|
|
default ""
|
|
|