mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
137e95906e
Plugs into the generic powerpc clock driver in arch/powerpc/kernel/clock.c The following subset of clk_interface is implemented: clk_get, clk_put: get clock via name, release clock clk_enable, clk_disable: enable or disable clock clk_get_rate: get clock rate in Hz clk_set_rate: stubbed clk_round_rate: stubbed clk_set_parent: NULL clk_get_parent: NULL Signed-off-by: John Rigby <jrigby@freescale.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21 lines
349 B
Plaintext
21 lines
349 B
Plaintext
config PPC_MPC512x
|
|
bool
|
|
select FSL_SOC
|
|
select IPIC
|
|
select PPC_CLOCK
|
|
default n
|
|
|
|
config PPC_MPC5121
|
|
bool
|
|
select PPC_MPC512x
|
|
default n
|
|
|
|
config MPC5121_ADS
|
|
bool "Freescale MPC5121E ADS"
|
|
depends on PPC_MULTIPLATFORM && PPC32
|
|
select DEFAULT_UIMAGE
|
|
select PPC_MPC5121
|
|
help
|
|
This option enables support for the MPC5121E ADS board.
|
|
default n
|