aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2020-04-08 23:44:16 -0700
committerStephen Boyd <sboyd@kernel.org>2020-05-12 20:28:03 -0700
commitbc8c945e0ad2ff6d725af9b10085c6ee5d35a563 (patch)
treeece8ef47c415ad240c40405cad2d287c2c14da1e /arch/Kconfig
parentMIPS: Loongson64: Drop asm/clock.h include (diff)
downloadlinux-dev-bc8c945e0ad2ff6d725af9b10085c6ee5d35a563.tar.xz
linux-dev-bc8c945e0ad2ff6d725af9b10085c6ee5d35a563.zip
clk: Move HAVE_CLK config out of architecture layer
The implementation of 'struct clk' is not really an architectual detail anymore now that most architectures have migrated to the common clk framework. To sway new architecture ports away from trying to implement their own 'struct clk', move the config next to the common clk framework config. Cc: Russell King <linux@armlinux.org.uk> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Stephen Boyd <sboyd@kernel.org> Link: https://lkml.kernel.org/r/20200409064416.83340-11-sboyd@kernel.org Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 786a85d4ad40..84fe54085f63 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -328,12 +328,6 @@ config HAVE_FUNCTION_ARG_ACCESS_API
the API needed to access function arguments from pt_regs,
declared in asm/ptrace.h
-config HAVE_CLK
- bool
- help
- The <linux/clk.h> calls support software clock gating and
- thus are a key power management tool on many systems.
-
config HAVE_HW_BREAKPOINT
bool
depends on PERF_EVENTS