diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-05-28 19:13:18 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-29 23:28:29 +0400 |
commit | ea7e0bd7e78868bbe6df6834595ef96166dd296a (patch) | |
tree | 8584aa50c8219cfb3d6342ba91a3aaccc285e197 /drivers/clk/mvebu/Kconfig | |
parent | 9cbbc51551522efbc8313d45178a3415fd474eab (diff) | |
download | linux-ea7e0bd7e78868bbe6df6834595ef96166dd296a.tar.xz |
clk: mvebu: disintegrate obsolete file
Switch from function-centric to soc-centric clock drivers now makes
a bunch of files obsolete. This deletes all files and Kconfig options
that are not required anymore.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/clk/mvebu/Kconfig')
-rw-r--r-- | drivers/clk/mvebu/Kconfig | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig index 8740d34e959b..0b0f3e729cf7 100644 --- a/drivers/clk/mvebu/Kconfig +++ b/drivers/clk/mvebu/Kconfig @@ -1,13 +1,7 @@ -config MVEBU_CLK_CORE - bool +config MVEBU_CLK_COMMON + bool config MVEBU_CLK_CPU - bool - -config MVEBU_CLK_GATING - bool - -config MVEBU_CLK_COMMON bool config ARMADA_370_CLK |