summaryrefslogtreecommitdiff
path: root/target/device/Atmel/arch-arm/Config.in.linux.patches
blob: 4ea1157cde0e13f65e0f95aa8c22f8af79035191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
choice
	prompt "Add AT91 specific patches"
	depends on BR2_KERNEL_ARCH_PATCH_ENABLED
	depends on BR2_TARGET_ATMEL && BR2_arm
	default BR2_ARCH_AT91_2_6_28		if BR2_LINUX_2_6_28
	default BR2_ARCH_AT91_2_6_27		if BR2_LINUX_2_6_27
	default BR2_ARCH_AT91_2_6_26		if BR2_LINUX_2_6_26
	default BR2_ARCH_AT91_2_6_25		if BR2_LINUX_2_6_25
	default BR2_ARCH_AT91_2_6_24		if BR2_LINUX_2_6_24
	default BR2_ARCH_AT91_2_6_23		if BR2_LINUX_2_6_23
	default BR2_ARCH_AT91_2_6_22		if BR2_LINUX_2_6_22
	default BR2_ARCH_AT91_2_6_21		if BR2_LINUX_2_6_21
	default BR2_ARCH_AT91_2_6_20		if BR2_LINUX_2_6_20
	default BR2_ARCH_AT91_2_6_28
	help
	  Select a patch to add to the Linux kernel

config	BR2_ARCH_AT91_2_6_28
	bool "2.6.28"
	help
	  Apply the at91 linux-2.6.28 patches

config	BR2_ARCH_AT91_2_6_27
	bool "2.6.27"
	help
	  Apply the at91 linux-2.6.27 patches

config	BR2_ARCH_AT91_2_6_26
	bool "2.6.26"
	help
	  Apply the at91 linux-2.6.26 patches

config	BR2_ARCH_AT91_2_6_25
	bool "2.6.25"
	help
	  Apply the at91 linux-2.6.25 patches

config	BR2_ARCH_AT91_2_6_24
	bool "2.6.24"
	help
	  Apply the at91 linux-2.6.24 patches

config	BR2_ARCH_AT91_2_6_23
	bool "2.6.23"
	help
	  Apply the at91 linux-2.6.23 patches

config	BR2_ARCH_AT91_2_6_22
	bool "2.6.22"
	help
	  Apply the at91 linux-2.6.22 patches

config	BR2_ARCH_AT91_2_6_21
	bool "2.6.21"
	help
	  Apply the at91 linux-2.6.21 patches

config	BR2_ARCH_AT91_2_6_20
	bool "2.6.20"
	help
	  Apply the at91 linux-2.6.20 patches

endchoice

config	BR2_KERNEL_ARCH_PATCH_VERSION
	string
	depends on BR2_KERNEL_ARCH_PATCH_ENABLED
	depends on BR2_TARGET_ATMEL && BR2_arm
	default "2.6.28" if BR2_ARCH_AT91_2_6_28
	default "2.6.27" if BR2_ARCH_AT91_2_6_27
	default "2.6.26" if BR2_ARCH_AT91_2_6_26
	default "2.6.25" if BR2_ARCH_AT91_2_6_25
	default "2.6.24" if BR2_ARCH_AT91_2_6_24
	default "2.6.24" if BR2_ARCH_AT91_2_6_23
	default "2.6.22" if BR2_ARCH_AT91_2_6_22
	default "2.6.21" if BR2_ARCH_AT91_2_6_21
	default "2.6.20" if BR2_ARCH_AT91_2_6_20

config	BR2_KERNEL_ARCH_PATCH_DIR
	string
	default "target/device/Atmel/arch-arm/kernel-patches-$(BR2_KERNEL_ARCH_PATCH_VERSION)"