kumquat-buildroot/target/device/Atmel/arch-arm/Config.in.linux.patches

74 lines
1.9 KiB
Plaintext
Raw Normal View History

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
2009-01-29 23:33:23 +01:00
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
2009-01-29 23:33:23 +01:00
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_28
help
Select a patch to add to the Linux kernel
config BR2_ARCH_AT91_2_6_28
bool "2.6.28"
help
2009-01-29 23:33:23 +01:00
Apply the at91 linux-2.6.28 patches
2009-01-29 23:33:23 +01:00
config BR2_ARCH_AT91_2_6_27
bool "2.6.27"
help
2009-01-29 23:33:23 +01:00
Apply the at91 linux-2.6.27 patches
2008-08-23 22:45:42 +02:00
config BR2_ARCH_AT91_2_6_26
bool "2.6.26"
help
Apply the at91 linux-2.6.26 patches
2009-01-29 23:40:27 +01:00
Will apply on latest 2.6.2
2008-08-23 22:45:42 +02:00
config BR2_ARCH_AT91_2_6_25
bool "2.6.25"
help
Apply the at91 linux-2.6.25 patches
2009-01-29 23:40:27 +01:00
Will apply on latest 2.6.2
config BR2_ARCH_AT91_2_6_24
bool "2.6.24"
help
Apply the at91 linux-2.6.24 patches
2009-01-29 23:40:27 +01:00
Will apply on latest 2.6.2
2009-01-29 23:33:23 +01:00
config BR2_ARCH_AT91_2_6_23
bool "2.6.23"
help
2009-01-29 23:33:23 +01:00
Apply the at91 linux-2.6.23 patches
2009-01-29 23:40:27 +01:00
Will apply on latest 2.6.2
2009-01-29 23:33:23 +01:00
config BR2_ARCH_AT91_2_6_22
bool "2.6.22"
help
2009-01-29 23:33:23 +01:00
Apply the at91 linux-2.6.22 patches
2009-01-29 23:40:27 +01:00
Will apply on latest 2.6.2
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
2009-01-29 23:33:23 +01:00
default "2.6.27" if BR2_ARCH_AT91_2_6_27
2008-08-23 22:45:42 +02:00
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
2009-01-29 23:33:23 +01:00
default "2.6.24" if BR2_ARCH_AT91_2_6_23
default "2.6.22" if BR2_ARCH_AT91_2_6_22
config BR2_KERNEL_ARCH_PATCH_DIR
string
default "target/device/Atmel/arch-arm/kernel-patches-$(BR2_KERNEL_ARCH_PATCH_VERSION)"
2009-01-29 23:33:23 +01:00