summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorDomen Puncer <domen.puncer@telargo.com>2007-09-21 00:00:11 +1000
committerPaul Mackerras <paulus@samba.org>2007-10-03 09:11:56 +1000
commit6f6682809b994fd9a61081fa0410df31481d5f7f (patch)
treeb70e568099380de0671e50362dce8e7c77c9443d /arch/powerpc/Kconfig
parent21ccdd31e9c70f42b00d9ea152f6c4e0ff3f536e (diff)
downloadop-kernel-dev-6f6682809b994fd9a61081fa0410df31481d5f7f.zip
op-kernel-dev-6f6682809b994fd9a61081fa0410df31481d5f7f.tar.gz
[POWERPC] clk.h interface for platforms
This provides an implementation of the <linux/clk.h> interface for arch/powerpc using a set of function pointers in clk_functions. Platforms that want to support this interface should fill clk_functions and select CONFIG_PPC_CLOCK in Kconfig. Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 66a3295..26126d2 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -663,3 +663,7 @@ config KEYS_COMPAT
default y
source "crypto/Kconfig"
+
+config PPC_CLOCK
+ bool
+ default n
OpenPOWER on IntegriCloud