kumquat-buildroot/target/device/Atmel/arch-arm/u-boot/Config.in

21 lines
523 B
Plaintext
Raw Normal View History

choice
prompt "Add AT91 specific patches to u-Boot"
2009-01-23 00:09:41 +01:00
default BR2_TARGET_U_BOOT_2009_01_ARCH_AT91
help
Select a patch to add to U-Boot
2009-01-23 00:09:41 +01:00
config BR2_TARGET_U_BOOT_2009_01_ARCH_AT91
bool "AT91 patches for u-boot-2009.01"
depends on BR2_TARGET_ATMEL && BR2_arm
help
2009-01-23 00:09:41 +01:00
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
2009-01-23 00:09:41 +01:00
default "target/device/Atmel/arch-arm/u-boot/2009.01" if BR2_TARGET_U_BOOT_2009_01_ARCH_AT91
default ""