summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0036-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0036-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0036-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0036-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0036-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch
new file mode 100644
index 00000000..2505f428
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/0036-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch
@@ -0,0 +1,29 @@
1From f4902a8ee1bbc739a60dcd970705c5665e98691f Mon Sep 17 00:00:00 2001
2From: Mans Rullgard <mans@mansr.com>
3Date: Mon, 13 Oct 2008 20:32:16 +0100
4Subject: [PATCH 36/45] ARM: Add prompt for CONFIG_ALIGNMENT_TRAP
5
6This adds a prompt text for CONFIG_ALIGNMENT_TRAP, thus making it
7visible in make *config.
8
9Signed-off-by: Mans Rullgard <mans@mansr.com>
10---
11 arch/arm/Kconfig | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
15index 88f628b..f5ded3c 100644
16--- a/arch/arm/Kconfig
17+++ b/arch/arm/Kconfig
18@@ -1224,7 +1224,7 @@ config LEDS_CPU
19 will overrule the CPU usage LED.
20
21 config ALIGNMENT_TRAP
22- bool
23+ bool "Enable alignment trap"
24 depends on CPU_CP15_MMU
25 default y if !ARCH_EBSA110
26 help
27--
281.6.6.1
29