diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 8 |
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 | |||
458 | SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) | 458 | SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) |
459 | handheld computer. | 459 | handheld computer. |
460 | 460 | ||
461 | config PXA_SHARPSL_DETECT_MACH_ID | ||
462 | bool "Detect machine ID at run-time in the decompressor" | ||
463 | depends on PXA_SHARPSL | ||
464 | help | ||
465 | Say Y here if you want the zImage decompressor to detect | ||
466 | the Zaurus machine ID at run-time. For latest kexec-based | ||
467 | boot loader, this is not necessary. | ||
468 | |||
461 | config MACH_POODLE | 469 | config MACH_POODLE |
462 | bool "Enable Sharp SL-5600 (Poodle) Support" | 470 | bool "Enable Sharp SL-5600 (Poodle) Support" |
463 | depends on PXA_SHARPSL | 471 | depends on PXA_SHARPSL |