[PATCH] ARM: moxart: add select CLKSRC_OF to ARCH_MOXART

2014-04-11 Thread Jonas Jensen
CLKSRC_OF was recently removed from options selected by
ARCH_MULTIPLATFORM, breaking boot on MOXA ART SoCs.

Add it to options selected by ARCH_MOXART.

Signed-off-by: Jonas Jensen 
---

Notes:
see "Merge tag 'cleanup-3.15' of 
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc" 
dfc25e4503aef6b82a1de4a0fbe19aafa8648fbe

Applies to next-20140409

 arch/arm/mach-moxart/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-moxart/Kconfig b/arch/arm/mach-moxart/Kconfig
index 82a4ba8..7b320c6 100644
--- a/arch/arm/mach-moxart/Kconfig
+++ b/arch/arm/mach-moxart/Kconfig
@@ -2,6 +2,7 @@ config ARCH_MOXART
bool "MOXA ART SoC" if ARCH_MULTI_V4
select CPU_FA526
select ARM_DMA_MEM_BUFFERABLE
+   select CLKSRC_OF
select CLKSRC_MMIO
select GENERIC_IRQ_CHIP
select ARCH_REQUIRE_GPIOLIB
-- 
1.8.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] ARM: moxart: add select CLKSRC_OF to ARCH_MOXART

2014-04-11 Thread Jonas Jensen
CLKSRC_OF was recently removed from options selected by
ARCH_MULTIPLATFORM, breaking boot on MOXA ART SoCs.

Add it to options selected by ARCH_MOXART.

Signed-off-by: Jonas Jensen jonas.jen...@gmail.com
---

Notes:
see Merge tag 'cleanup-3.15' of 
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc 
dfc25e4503aef6b82a1de4a0fbe19aafa8648fbe

Applies to next-20140409

 arch/arm/mach-moxart/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-moxart/Kconfig b/arch/arm/mach-moxart/Kconfig
index 82a4ba8..7b320c6 100644
--- a/arch/arm/mach-moxart/Kconfig
+++ b/arch/arm/mach-moxart/Kconfig
@@ -2,6 +2,7 @@ config ARCH_MOXART
bool MOXA ART SoC if ARCH_MULTI_V4
select CPU_FA526
select ARM_DMA_MEM_BUFFERABLE
+   select CLKSRC_OF
select CLKSRC_MMIO
select GENERIC_IRQ_CHIP
select ARCH_REQUIRE_GPIOLIB
-- 
1.8.2.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/