diff options
author | Domen Puncer | 2007-09-21 00:00:11 +1000 |
---|---|---|
committer | Paul Mackerras | 2007-10-03 09:11:56 +1000 |
commit | 6f6682809b994fd9a61081fa0410df31481d5f7f (patch) | |
tree | b70e568099380de0671e50362dce8e7c77c9443d /arch/powerpc/Kconfig | |
parent | 21ccdd31e9c70f42b00d9ea152f6c4e0ff3f536e (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/Kconfig | 4 |
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 default y source "crypto/Kconfig" + +config PPC_CLOCK + bool + default n |