aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorDomen Puncer <domen.puncer@telargo.com>2007-09-20 10:00:11 -0400
committerPaul Mackerras <paulus@samba.org>2007-10-02 19:11:56 -0400
commit6f6682809b994fd9a61081fa0410df31481d5f7f (patch)
treeb70e568099380de0671e50362dce8e7c77c9443d /arch/powerpc/Kconfig
parent21ccdd31e9c70f42b00d9ea152f6c4e0ff3f536e (diff)
[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 66a329534b5e..26126d27d756 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -663,3 +663,7 @@ config KEYS_COMPAT
663 default y 663 default y
664 664
665source "crypto/Kconfig" 665source "crypto/Kconfig"
666
667config PPC_CLOCK
668 bool
669 default n