Skip to content

Commit

Permalink
[ARM] 3179/1: Update/correct Zaurus Kconfig entries
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Purdie authored and Russell King committed Nov 28, 2005
1 parent 192cdc5 commit 243077f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ config PXA_SHARPSL_25x
config PXA_SHARPSL_27x
bool "Sharp PXA270 models (SL-Cxx00)"
select PXA27x
select IWMMXT

endchoice

Expand All @@ -60,7 +61,6 @@ config MACH_CORGI
bool "Enable Sharp SL-C700 (Corgi) Support"
depends PXA_SHARPSL_25x
select PXA_SHARP_C7xx
select PXA_SSP

config MACH_SHEPHERD
bool "Enable Sharp SL-C750 (Shepherd) Support"
Expand Down Expand Up @@ -90,7 +90,7 @@ config MACH_BORZOI

config MACH_TOSA
bool "Enable Sharp SL-6000x (Tosa) Support"
depends PXA_SHARPSL
depends PXA_SHARPSL_25x

config PXA25x
bool
Expand Down

0 comments on commit 243077f

Please sign in to comment.