aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-06-23 09:27:32 +0800
committerEric Miao <eric.y.miao@gmail.com>2010-08-05 14:32:23 +0800
commit9c3fca2ee6a4a89a64ac72b8159ae5c2be6bb38f (patch)
tree7c8c0f9ea78df71af1b9e2ddb86f2aa52c798053 /arch/arm/mach-pxa/Kconfig
parent[ARM] pxa: move hidden Kconfig options to right place and vice versa (diff)
downloadlinux-dev-9c3fca2ee6a4a89a64ac72b8159ae5c2be6bb38f.tar.xz
linux-dev-9c3fca2ee6a4a89a64ac72b8159ae5c2be6bb38f.zip
[ARM] pxa: PXA_SHARPSL_DETECT_MACH_ID to include head-sharpsl.S
With kexec-based kernel boot loader on Zaurus, the machine ID is actually correctly passed, and head-sharpsl.S is not necessary. Introduce PXA_SHARPSL_DETECT_MACH_ID, and include head-sharpsl.S only when that's explicitly enabled. Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-pxa/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 14b9bc135001..2bd33ff7d5fc 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -458,6 +458,14 @@ config PXA_SHARPSL
SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
handheld computer.
+config PXA_SHARPSL_DETECT_MACH_ID
+ bool "Detect machine ID at run-time in the decompressor"
+ depends on PXA_SHARPSL
+ help
+ Say Y here if you want the zImage decompressor to detect
+ the Zaurus machine ID at run-time. For latest kexec-based
+ boot loader, this is not necessary.
+
config MACH_POODLE
bool "Enable Sharp SL-5600 (Poodle) Support"
depends on PXA_SHARPSL