diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-11-28 13:08:44 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-28 13:08:44 -0500 |
commit | 243077f58f2ae2540e35d8ea01a15f13586d9e9e (patch) | |
tree | 051c382efc4f4661b2b63e8a865d23f157032b55 | |
parent | 192cdc5809f676841d16d58e1f249176e38d7dda (diff) |
[ARM] 3179/1: Update/correct Zaurus Kconfig entries
Patch from Richard Purdie
Add iWMMX Extentions for the pxa27x based Zaurus models and
fix a couple of minor mistakes in the PXA Kconfig file.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index cd506646801a..526acbc32067 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -44,6 +44,7 @@ config PXA_SHARPSL_25x | |||
44 | config PXA_SHARPSL_27x | 44 | config PXA_SHARPSL_27x |
45 | bool "Sharp PXA270 models (SL-Cxx00)" | 45 | bool "Sharp PXA270 models (SL-Cxx00)" |
46 | select PXA27x | 46 | select PXA27x |
47 | select IWMMXT | ||
47 | 48 | ||
48 | endchoice | 49 | endchoice |
49 | 50 | ||
@@ -60,7 +61,6 @@ config MACH_CORGI | |||
60 | bool "Enable Sharp SL-C700 (Corgi) Support" | 61 | bool "Enable Sharp SL-C700 (Corgi) Support" |
61 | depends PXA_SHARPSL_25x | 62 | depends PXA_SHARPSL_25x |
62 | select PXA_SHARP_C7xx | 63 | select PXA_SHARP_C7xx |
63 | select PXA_SSP | ||
64 | 64 | ||
65 | config MACH_SHEPHERD | 65 | config MACH_SHEPHERD |
66 | bool "Enable Sharp SL-C750 (Shepherd) Support" | 66 | bool "Enable Sharp SL-C750 (Shepherd) Support" |
@@ -90,7 +90,7 @@ config MACH_BORZOI | |||
90 | 90 | ||
91 | config MACH_TOSA | 91 | config MACH_TOSA |
92 | bool "Enable Sharp SL-6000x (Tosa) Support" | 92 | bool "Enable Sharp SL-6000x (Tosa) Support" |
93 | depends PXA_SHARPSL | 93 | depends PXA_SHARPSL_25x |
94 | 94 | ||
95 | config PXA25x | 95 | config PXA25x |
96 | bool | 96 | bool |