aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap4/0001-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-12-14 15:59:20 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-14 15:59:20 +0100
commitebc22d904bfb4ad520d23e7b0d97043919c26eab (patch)
tree7ca42e34acd4ba8130b2399c08e8b10f503a6f0b /recipes/linux/linux-omap4/0001-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch
parent44bc29c4c03aead7dc38f059cd01ae77446dbae9 (diff)
downloadopenembedded-ebc22d904bfb4ad520d23e7b0d97043919c26eab.tar.gz
linux-omap4 2.6.35.3: add patches from Mans
Diffstat (limited to 'recipes/linux/linux-omap4/0001-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch')
-rw-r--r--recipes/linux/linux-omap4/0001-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap4/0001-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch b/recipes/linux/linux-omap4/0001-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch
new file mode 100644
index 0000000000..672cdf3508
--- /dev/null
+++ b/recipes/linux/linux-omap4/0001-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch
@@ -0,0 +1,29 @@
+From 77a74f32cba37392007815558ab8055ffc95604f Mon Sep 17 00:00:00 2001
+From: Mans Rullgard <mans@mansr.com>
+Date: Mon, 13 Oct 2008 20:32:16 +0100
+Subject: [PATCH 1/8] ARM: Add prompt for CONFIG_ALIGNMENT_TRAP
+
+This adds a prompt text for CONFIG_ALIGNMENT_TRAP, thus making it
+visible in make *config.
+
+Signed-off-by: Mans Rullgard <mans@mansr.com>
+---
+ arch/arm/Kconfig | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
+index 4432566..4940c98 100644
+--- a/arch/arm/Kconfig
++++ b/arch/arm/Kconfig
+@@ -1361,7 +1361,7 @@ config LEDS_CPU
+ will overrule the CPU usage LED.
+
+ config ALIGNMENT_TRAP
+- bool
++ bool "Enable alignment trap"
+ depends on CPU_CP15_MMU
+ default y if !ARCH_EBSA110
+ select HAVE_PROC_CPU if PROC_FS
+--
+1.6.6.1
+