mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 11:36:49 +07:00
ea7e0bd7e7
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>
24 lines
309 B
Plaintext
24 lines
309 B
Plaintext
config MVEBU_CLK_COMMON
|
|
bool
|
|
|
|
config MVEBU_CLK_CPU
|
|
bool
|
|
|
|
config ARMADA_370_CLK
|
|
bool
|
|
select MVEBU_CLK_COMMON
|
|
select MVEBU_CLK_CPU
|
|
|
|
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
|