mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
2f27c9219e
Add clock driver code for the Microchip PolarFire SoC. This driver handles reset and clock control of the Microchip PolarFire SoC device. Signed-off-by: Padmarao Begari <padmarao.begari@microchip.com> Reviewed-by: Anup Patel <anup.patel@wdc.com> Tested-by: Bin Meng <bin.meng@windriver.com>
5 lines
174 B
Text
5 lines
174 B
Text
config CLK_MPFS
|
|
bool "Clock support for Microchip PolarFire SoC"
|
|
depends on CLK && CLK_CCF
|
|
help
|
|
This enables support clock driver for Microchip PolarFire SoC platform.
|