forked from Minki/linux
1594d568c6
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>
43 lines
552 B
Plaintext
43 lines
552 B
Plaintext
config MVEBU_CLK_COMMON
|
|
bool
|
|
|
|
config MVEBU_CLK_CPU
|
|
bool
|
|
|
|
config MVEBU_CLK_COREDIV
|
|
bool
|
|
|
|
config ARMADA_370_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
select MVEBU_CLK_CPU
|
|
|
|
config ARMADA_375_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
|
|
config ARMADA_38X_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
|
|
config ARMADA_39X_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
|
|
config ARMADA_XP_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
select MVEBU_CLK_CPU
|
|
|
|
config DOVE_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
|
|
config KIRKWOOD_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
|
|
config ORION_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|