summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/arch-avr32/Config.in.linux.patches
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 09:32:45 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 09:32:45 +0000
commitb47232e86922d3f18167ac42b47ef3b89e9c2c1a (patch)
tree8cd931b452946dfd50ac5f2f9fa601f5c8fc787f /target/device/Atmel/arch-avr32/Config.in.linux.patches
parentd459b1bc3d53dac0e1a3ee68893724a2878fad05 (diff)
downloadbuildroot-novena-b47232e86922d3f18167ac42b47ef3b89e9c2c1a.tar.gz
buildroot-novena-b47232e86922d3f18167ac42b47ef3b89e9c2c1a.zip
Add AVR32 support for linux-2.6.28.2
Diffstat (limited to 'target/device/Atmel/arch-avr32/Config.in.linux.patches')
-rw-r--r--target/device/Atmel/arch-avr32/Config.in.linux.patches56
1 files changed, 7 insertions, 49 deletions
diff --git a/target/device/Atmel/arch-avr32/Config.in.linux.patches b/target/device/Atmel/arch-avr32/Config.in.linux.patches
index a8bcdbf1b..0b5f2cc96 100644
--- a/target/device/Atmel/arch-avr32/Config.in.linux.patches
+++ b/target/device/Atmel/arch-avr32/Config.in.linux.patches
@@ -3,70 +3,28 @@ choice
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
- default BR2_ARCH_AVR32_2_6_22_10 if BR2_LINUX_2_6_22 || BR2_LINUX_2_6_22_10
- default BR2_ARCH_AVR32_2_6_22_1 if BR2_LINUX_2_6_22_1
- default BR2_ARCH_AVR32_2_6_21_5 if BR2_LINUX_2_6_21 || BR2_LINUX_2_6_21_5
- default BR2_ARCH_AVR32_2_6_20_4 if BR2_LINUX_2_6_20 || BR2_LINUX_2_6_20_4
- default BR2_ARCH_AVR32_2_6_24
+ 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"
+ 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
-config BR2_ARCH_AVR32_2_6_25_10
- bool "2.6.25.10"
- help
- Apply the avr32 linux-2.6.25.10 patches
-
-config BR2_ARCH_AVR32_2_6_24
- bool "2.6.24"
- help
- Apply the avr32 linux-2.6.24 patches
-
-config BR2_ARCH_AVR32_2_6_23
- bool "2.6.23"
- help
- Apply the avr32 linux-2.6.23 patches
-
-config BR2_ARCH_AVR32_2_6_22_10
- bool "2.6.22.10"
- help
- Apply the avr32 linux-2.6.22.10 patches
-
-config BR2_ARCH_AVR32_2_6_22_1
- bool "2.6.22.1"
- help
- Apply the avr32 linux-2.6.22.1 patches
-
-config BR2_ARCH_AVR32_2_6_21_5
- bool "2.6.21.5"
- help
- Apply the avr32 linux-2.6.21.5 patches
-
-config BR2_ARCH_AVR32_2_6_20_4
- bool "2.6.20.4"
- help
- Apply the avr32 linux-2.6.20.4 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
- 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
- default "2.6.22.1" if BR2_ARCH_AVR32_2_6_22_1
- default "2.6.21.5" if BR2_ARCH_AVR32_2_6_21_5
- default "2.6.20.4" if BR2_ARCH_AVR32_2_6_20_4
config BR2_KERNEL_ARCH_PATCH_DIR
string