summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/arch-avr32/Config.in.linux.patches
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-12-20 22:19:38 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-12-20 22:19:38 +0000
commitc923379e8acc41ae2f7ae73da0f81dcf30ba91b7 (patch)
tree3daf6d89af5d974d5445f9f9f134a2f93cb80bb8 /target/device/Atmel/arch-avr32/Config.in.linux.patches
parent80b526fd3cc1eea9bd5bcd418f26b04536e027a9 (diff)
downloadbuildroot-novena-c923379e8acc41ae2f7ae73da0f81dcf30ba91b7.tar.gz
buildroot-novena-c923379e8acc41ae2f7ae73da0f81dcf30ba91b7.zip
Add 2.6.27.7 patches for AVR32
Diffstat (limited to 'target/device/Atmel/arch-avr32/Config.in.linux.patches')
-rw-r--r--target/device/Atmel/arch-avr32/Config.in.linux.patches7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/device/Atmel/arch-avr32/Config.in.linux.patches b/target/device/Atmel/arch-avr32/Config.in.linux.patches
index 5e5a39ec3..a8bcdbf1b 100644
--- a/target/device/Atmel/arch-avr32/Config.in.linux.patches
+++ b/target/device/Atmel/arch-avr32/Config.in.linux.patches
@@ -2,6 +2,7 @@ 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_25_10 if BR2_LINUX_2_6_25
default BR2_ARCH_AVR32_2_6_24 if BR2_LINUX_2_6_24
default BR2_ARCH_AVR32_2_6_23 if BR2_LINUX_2_6_23
@@ -13,6 +14,11 @@ choice
help
Select a patch to add to the Linux kernel
+config BR2_ARCH_AVR32_2_6_27_6
+ bool "2.6.27.6"
+ help
+ Apply the avr32 linux-2.6.27.6 patches
+
config BR2_ARCH_AVR32_2_6_25_10
bool "2.6.25.10"
help
@@ -54,6 +60,7 @@ config BR2_KERNEL_ARCH_PATCH_VERSION
string
depends on BR2_KERNEL_ARCH_PATCH_ENABLED
depends on BR2_avr32
+ default "2.6.27.6" if BR2_ARCH_AVR32_2_6_27_6
default "2.6.25.10" if BR2_ARCH_AVR32_2_6_25_10
default "2.6.24" if BR2_ARCH_AVR32_2_6_24
default "2.6.22.10" if BR2_ARCH_AVR32_2_6_22_10