summaryrefslogtreecommitdiff
path: root/target/device/Atmel/arch-avr32/Config.in.linux.patches
blob: b7867b1395ada9ec812ae3737528d78df8f5d5ec (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
choice
	prompt "Add AVR32 specific patches"
	depends on BR2_KERNEL_ARCH_PATCH_ENABLED
	depends on BR2_avr32
	default BR2_ARCH_AVR32_2_6_27_6		if BR2_LINUX_2_6_27_6
	default BR2_ARCH_AVR32_2_6_28_2
	help
	  Select a patch to add to the Linux kernel

config	BR2_ARCH_AVR32_2_6_28_2
	bool "2.6.28.2 (experimental)"
	help
	  Apply the avr32 linux-2.6.28.2 patches

config	BR2_ARCH_AVR32_2_6_27_6
	bool "2.6.27.6"
	help
	  Apply the avr32 linux-2.6.27.6 patches

endchoice

config	BR2_KERNEL_ARCH_PATCH_VERSION
	string
	depends on BR2_KERNEL_ARCH_PATCH_ENABLED
	depends on BR2_avr32
	default "2.6.28.2"	if BR2_ARCH_AVR32_2_6_28_2
	default "2.6.27.6"	if BR2_ARCH_AVR32_2_6_27_6

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