SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH 01/02] ARM: shmobile: Select HAVE_ARM_ARCH_TIMER from Kconfig
@ 2015-06-21  6:35 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2015-06-21  6:35 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm+renesas@opensource.se>

Recent SoCs like R-Car Gen2 series and r8a73a4 include Cortex-A7 and/or
Cortex-A15 hardware including arch timer, so select HAVE_ARM_ARCH_TIMER
in such case.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 arch/arm/mach-shmobile/Kconfig |    2 ++
 1 file changed, 2 insertions(+)

--- 0001/arch/arm/mach-shmobile/Kconfig
+++ work/arch/arm/mach-shmobile/Kconfig	2015-06-20 12:29:15.812366518 +0900
@@ -21,6 +21,7 @@ config ARCH_RCAR_GEN2
 	select RENESAS_IRQC
 	select SYS_SUPPORTS_SH_CMT
 	select PCI_DOMAINS if PCI
+	select HAVE_ARM_ARCH_TIMER
 
 config ARCH_RMOBILE
 	bool
@@ -56,6 +57,7 @@ config ARCH_R8A73A4
 	bool "R-Mobile APE6 (R8A73A40)"
 	select ARCH_RMOBILE
 	select RENESAS_IRQC
+	select HAVE_ARM_ARCH_TIMER
 
 config ARCH_R8A7740
 	bool "R-Mobile A1 (R8A77400)"
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in

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

only message in thread, other threads:[~2015-06-21  6:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-21  6:35 [PATCH 01/02] ARM: shmobile: Select HAVE_ARM_ARCH_TIMER from Kconfig Magnus Damm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox