]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-bsp/linux/linux-omap-psp-2.6.32/0036-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch
linux-omap-psp 2.6.32: sync with .dev
[glsdk/meta-ti-glsdk.git] / recipes-bsp / linux / linux-omap-psp-2.6.32 / 0036-ARM-Add-prompt-for-CONFIG_ALIGNMENT_TRAP.patch
1 From f4902a8ee1bbc739a60dcd970705c5665e98691f Mon Sep 17 00:00:00 2001
2 From: Mans Rullgard <mans@mansr.com>
3 Date: Mon, 13 Oct 2008 20:32:16 +0100
4 Subject: [PATCH 36/45] ARM: Add prompt for CONFIG_ALIGNMENT_TRAP
6 This adds a prompt text for CONFIG_ALIGNMENT_TRAP, thus making it
7 visible in make *config.
9 Signed-off-by: Mans Rullgard <mans@mansr.com>
10 ---
11  arch/arm/Kconfig |    2 +-
12  1 files changed, 1 insertions(+), 1 deletions(-)
14 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
15 index 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 -- 
28 1.6.6.1