All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master] Add support to linux 2.6.30 kernel patches for Atmel arm in menuconfig.
@ 2010-04-21  8:38 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2010-04-21  8:38 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=78de2495586409d134b1be8c2ba21de5546adc10
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Josh.Wu <josh.wu@atmel.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 .../device/Atmel/arch-arm/Config.in.linux.patches  |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/target/device/Atmel/arch-arm/Config.in.linux.patches b/target/device/Atmel/arch-arm/Config.in.linux.patches
index 0ea5091..8cd9a85 100644
--- a/target/device/Atmel/arch-arm/Config.in.linux.patches
+++ b/target/device/Atmel/arch-arm/Config.in.linux.patches
@@ -2,11 +2,17 @@ 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_30		if BR2_LINUX_2_6_30
 	default BR2_ARCH_AT91_2_6_28		if BR2_LINUX_2_6_28
 	default BR2_ARCH_AT91_2_6_27		if BR2_LINUX_2_6_27
 	help
 	  Select a patch to add to the Linux kernel
 
+config BR2_ARCH_AT91_2_6_30
+	bool "2.6.30"
+	help
+	  Apply the at91 linux-2.6.30 patches
+
 config	BR2_ARCH_AT91_2_6_28
 	bool "2.6.28"
 	help
@@ -22,6 +28,7 @@ config	BR2_KERNEL_ARCH_PATCH_VERSION
 	string
 	depends on BR2_KERNEL_ARCH_PATCH_ENABLED
 	depends on BR2_TARGET_ATMEL && BR2_arm
+	default "2.6.30" if BR2_ARCH_AT91_2_6_30
 	default "2.6.28" if BR2_ARCH_AT91_2_6_28
 	default "2.6.27" if BR2_ARCH_AT91_2_6_27
 
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-21  8:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-21  8:38 [Buildroot] [git commit master] Add support to linux 2.6.30 kernel patches for Atmel arm in menuconfig Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.