summaryrefslogtreecommitdiff
path: root/target/device/Atmel/arch-arm/u-boot/Config.in
blob: f9915b17d899f834c5dec1dd60ad3b272f2b91f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
choice
	prompt "Add AT91 specific patches to u-Boot"
	default BR2_TARGET_U_BOOT_2009_01_RC3_ARCH_AT91
	help
	  Select a patch to add to U-Boot

config	BR2_TARGET_U_BOOT_2009_01_RC3_ARCH_AT91
	bool "AT91 patches for u-boot-2009.03-rc3"
	depends on BR2_TARGET_ATMEL && BR2_arm
	help
	  Apply the at91 linux-2.6.28-rc6 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-rc3" if BR2_TARGET_U_BOOT_2009_01_RC3_ARCH_AT91
	default ""