2008-03-30 00:09:46 +01:00
|
|
|
choice
|
|
|
|
prompt "Add AVR32 specific patches"
|
|
|
|
depends on BR2_KERNEL_ARCH_PATCH_ENABLED
|
|
|
|
depends on BR2_avr32
|
2008-12-20 23:19:38 +01:00
|
|
|
default BR2_ARCH_AVR32_2_6_27_6 if BR2_LINUX_2_6_27_6
|
2009-01-29 10:32:45 +01:00
|
|
|
default BR2_ARCH_AVR32_2_6_28_2
|
2008-03-30 00:09:46 +01:00
|
|
|
help
|
|
|
|
Select a patch to add to the Linux kernel
|
|
|
|
|
2009-01-29 10:32:45 +01:00
|
|
|
config BR2_ARCH_AVR32_2_6_28_2
|
2009-01-29 21:51:05 +01:00
|
|
|
bool "2.6.28.2 (experimental)"
|
2009-01-29 10:32:45 +01:00
|
|
|
help
|
|
|
|
Apply the avr32 linux-2.6.28.2 patches
|
|
|
|
|
2008-12-20 23:19:38 +01:00
|
|
|
config BR2_ARCH_AVR32_2_6_27_6
|
|
|
|
bool "2.6.27.6"
|
|
|
|
help
|
|
|
|
Apply the avr32 linux-2.6.27.6 patches
|
|
|
|
|
2008-03-30 00:09:46 +01:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BR2_KERNEL_ARCH_PATCH_VERSION
|
|
|
|
string
|
|
|
|
depends on BR2_KERNEL_ARCH_PATCH_ENABLED
|
|
|
|
depends on BR2_avr32
|
2009-01-29 10:32:45 +01:00
|
|
|
default "2.6.28.2" if BR2_ARCH_AVR32_2_6_28_2
|
2008-12-20 23:19:38 +01:00
|
|
|
default "2.6.27.6" if BR2_ARCH_AVR32_2_6_27_6
|
2008-03-30 00:09:46 +01:00
|
|
|
|
|
|
|
config BR2_KERNEL_ARCH_PATCH_DIR
|
|
|
|
string
|
|
|
|
default "target/device/Atmel/arch-avr32/kernel-patches-$(BR2_KERNEL_ARCH_PATCH_VERSION)"
|
|
|
|
|
|
|
|
|