aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2016-01-27 14:17:00 -0800
committerStephen Boyd <sboyd@codeaurora.org>2016-02-25 14:41:20 -0800
commit2da5f5db39010da29efded0f3cf1b7799564d63c (patch)
tree0ea0d63245e0a53886906de43e341d84f482f0bb /drivers/clk/Kconfig
parentMerge branch 'clk-ipq4019' into clk-next (diff)
downloadlinux-dev-2da5f5db39010da29efded0f3cf1b7799564d63c.tar.xz
linux-dev-2da5f5db39010da29efded0f3cf1b7799564d63c.zip
clk: Get rid of HAVE_MACH_CLKDEV
This config was used for the ARM port so that it could use a machine specific clkdev.h include, but those are all gone now. The MIPS architecture is the last user, and from what I can tell it doesn't actually use it anyway, so let's remove the config all together. Cc: Ralf Baechle <ralf@linux-mips.org> Cc: <linux-mips@linux-mips.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Reviewed-by: Joshua Henderson <joshua.henderson@microchip.com>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index a8c2c882ed1f..15f548ad0207 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -6,9 +6,6 @@ config CLKDEV_LOOKUP
config HAVE_CLK_PREPARE
bool
-config HAVE_MACH_CLKDEV
- bool
-
config COMMON_CLK
bool
select HAVE_CLK_PREPARE