All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] [ARM] pxa: select CPU_PXA310 for MACH_COLIBRI300
@ 2009-11-09  6:40 Eric Miao
  0 siblings, 0 replies; only message in thread
From: Eric Miao @ 2009-11-09  6:40 UTC (permalink / raw)
  To: linux-arm-kernel

MACH_COLIBRI300 is supposed to support both PXA300 and PXA310, select
the missing CPU_PXA310.

Cc: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
---
 arch/arm/mach-pxa/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index ca2bd59..4bd0f87 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -254,6 +254,7 @@ config MACH_COLIBRI300
 	bool "Toradex Colibri PXA300/310"
 	select PXA3xx
 	select CPU_PXA300
+	select CPU_PXA310

 config MACH_COLIBRI320
 	bool "Toradex Colibri PXA320"
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-09  6:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-09  6:40 [PATCH 2/3] [ARM] pxa: select CPU_PXA310 for MACH_COLIBRI300 Eric Miao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.