linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dove: support v7 mode
@ 2010-05-06 13:12 Saeed Bishara
  2010-05-06 13:12 ` [PATCH] [ARM] Dove: platform device registration for the sdio interfaces Saeed Bishara
  2010-05-06 15:12 ` [PATCH] dove: support v7 mode Eric Miao
  0 siblings, 2 replies; 6+ messages in thread
From: Saeed Bishara @ 2010-05-06 13:12 UTC (permalink / raw)
  To: linux-arm-kernel

The CPU of dove can be configured to boot in v7 mode, this patch will enable building the kernel for that mode.

Signed-off-by: Saeed Bishara <saeed@marvell.com>
---
 arch/arm/mm/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 5bd7c89..e40a35a 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -409,7 +409,7 @@ config CPU_32v6K
 
 # ARMv7
 config CPU_V7
-	bool "Support ARM V7 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX
+	bool "Support ARM V7 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE
 	select CPU_32v6K if !ARCH_OMAP2
 	select CPU_32v7
 	select CPU_ABRT_EV7
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-06 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 13:12 [PATCH] dove: support v7 mode Saeed Bishara
2010-05-06 13:12 ` [PATCH] [ARM] Dove: platform device registration for the sdio interfaces Saeed Bishara
2010-05-06 15:14   ` Eric Miao
2010-05-06 15:12 ` [PATCH] dove: support v7 mode Eric Miao
2010-05-06 15:21   ` saeed bishara
2010-05-06 15:31     ` Eric Miao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).