]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: mvebu: Move corediv config to mvebu config
authorKevin Smith <kevin.smith@elecsyscorp.com>
Thu, 11 Feb 2016 16:54:00 +0000 (16:54 +0000)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 25 Feb 2016 23:05:53 +0000 (15:05 -0800)
commit1594d568c6e32f10b00ac2a23c6d506a66a09607
tree1038b424470d4baa5668e43875cb112412805518
parentbd3677ff31a3e9530219da02f6de147ae5f61861
clk: mvebu: Move corediv config to mvebu config

The core clock does not depend on corediv, so enabling corediv
based on the clock is not really correct.  Move the corediv
config option from the clock driver Kconfig to the mvebu Kconfig
so that it can be enabled by the MACH option instead.

This also enables corediv on Armada 375 and 38X, which was
previously missing.

Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
arch/arm/mach-mvebu/Kconfig
drivers/clk/mvebu/Kconfig