diff options
author | Kevin Smith | 2016-02-11 16:53:52 +0000 |
---|---|---|
committer | Stephen Boyd | 2016-02-25 15:05:47 -0800 |
commit | bd3677ff31a3e9530219da02f6de147ae5f61861 (patch) | |
tree | d93ea13643ced882c8168228d70838ad635d14ad | |
parent | ec7957a6aa0aaf981fb8356dc47a2cdd01cde03c (diff) |
clk: mvebu: Remove corediv clock from Armada XP
There is no corediv clock on Armada XP, so this is unnecessary.
Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Acked-by: Michael Turquette <mturquette@baylibre.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r-- | drivers/clk/mvebu/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig index 27696255486d..e1bc567fa0b7 100644 --- a/drivers/clk/mvebu/Kconfig +++ b/drivers/clk/mvebu/Kconfig @@ -29,7 +29,6 @@ config ARMADA_XP_CLK bool select MVEBU_CLK_COMMON select MVEBU_CLK_CPU - select MVEBU_CLK_COREDIV config DOVE_CLK bool |