[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1403388588-11956-3-git-send-email-robert.jarzmik@free.fr>
Date: Sun, 22 Jun 2014 00:09:48 +0200
From: Robert Jarzmik <robert.jarzmik@...e.fr>
To: Haojian Zhuang <haojian.zhuang@...il.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Robert Jarzmik <robert.jarzmik@...e.fr>,
Russell King <linux@....linux.org.uk>
Subject: [PATCH 3/3] ARM: add CLKSRC_OF dependency for PXA
Select CLKSRC_OF for PXA architectures, as the clocksource
driver can be also initialized from device-tree.
Signed-off-by: Robert Jarzmik <robert.jarzmik@...e.fr>
Cc: Russell King <linux@....linux.org.uk>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index db3c541..c300b68 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -646,6 +646,7 @@ config ARCH_PXA
select AUTO_ZRELADDR
select CLKDEV_LOOKUP
select CLKSRC_MMIO
+ select CLKSRC_OF if OF
select GENERIC_CLOCKEVENTS
select GPIO_PXA
select HAVE_IDE
--
2.0.0.rc2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists