2013-09-01 05:09:00

by Stefan Kristiansson

[permalink] [raw]
Subject: [PATCH] openrisc: select COMMON_CLK

This is needed to be able to use the common clock framework.

Signed-off-by: Stefan Kristiansson <[email protected]>
---
arch/openrisc/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 3a91b69..3d879db 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -24,6 +24,7 @@ config OPENRISC
select GENERIC_STRNLEN_USER
select MODULES_USE_ELF_RELA
select HAVE_DEBUG_STACKOVERFLOW
+ select COMMON_CLK

config MMU
def_bool y
--
1.8.1.2