Skip to content

Commit

Permalink
ARM: pxa: centro and treo680 need palm27x
Browse files Browse the repository at this point in the history
The two platforms are part of the palm27x family and use the same
code. Select the palm27x symbol to make sure they can be built
standalone.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Arnd Bergmann authored and Eric Miao committed Oct 8, 2011
1 parent c9d1917 commit 41f91d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ config MACH_CENTRO
bool "Palm Centro 685 (GSM)"
default y
depends on ARCH_PXA_PALM
select MACH_PALM27X
select PXA27x
select IWMMXT
select PALM_TREO
Expand All @@ -438,6 +439,7 @@ config MACH_TREO680
bool "Palm Treo 680"
default y
depends on ARCH_PXA_PALM
select MACH_PALM27X
select PXA27x
select IWMMXT
select PALM_TREO
Expand Down

0 comments on commit 41f91d9

Please sign in to comment.