diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-18 17:43:06 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-18 17:43:06 -0400 |
commit | d7f864be8323e5394040e2877594645b0e7da85d (patch) | |
tree | 55ecf960706be9a4ee0c7804c57c7f5d30e0f1f7 /arch/arm/mm | |
parent | 05dda977f2574c3341abef9b74c27d2b362e1e3a (diff) |
ARMv7: Add support for the ThumbEE state saving/restoring
This patch adds the detection and handling of the ThumbEE extension on
ARMv7 CPUs.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/mm')
-rw-r--r-- | arch/arm/mm/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 76348f060f27..084fe8de3efe 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -572,6 +572,13 @@ config ARM_THUMB | |||
572 | 572 | ||
573 | If you don't know what this all is, saying Y is a safe choice. | 573 | If you don't know what this all is, saying Y is a safe choice. |
574 | 574 | ||
575 | config ARM_THUMBEE | ||
576 | bool "Enable ThumbEE CPU extension" | ||
577 | depends on CPU_V7 | ||
578 | help | ||
579 | Say Y here if you have a CPU with the ThumbEE extension and code to | ||
580 | make use of it. Say N for code that can run on CPUs without ThumbEE. | ||
581 | |||
575 | config CPU_BIG_ENDIAN | 582 | config CPU_BIG_ENDIAN |
576 | bool "Build big-endian kernel" | 583 | bool "Build big-endian kernel" |
577 | depends on ARCH_SUPPORTS_BIG_ENDIAN | 584 | depends on ARCH_SUPPORTS_BIG_ENDIAN |