2018-12-22 16:02:49 +00:00
|
|
|
config CLK_SUNXI
|
|
|
|
bool "Clock support for Allwinner SoCs"
|
|
|
|
depends on CLK && ARCH_SUNXI
|
2019-01-18 16:48:13 +00:00
|
|
|
select DM_RESET
|
2018-12-22 16:02:49 +00:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
This enables support for common clock driver API on Allwinner
|
|
|
|
SoCs.
|
|
|
|
|
|
|
|
if CLK_SUNXI
|
|
|
|
|
2018-08-02 11:22:37 +00:00
|
|
|
config CLK_SUN4I_A10
|
|
|
|
bool "Clock driver for Allwinner A10/A20"
|
|
|
|
default MACH_SUN4I || MACH_SUN7I
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner A10/A20 SoC.
|
|
|
|
|
2018-08-02 14:24:26 +00:00
|
|
|
config CLK_SUN5I_A10S
|
|
|
|
bool "Clock driver for Allwinner A10s/A13"
|
|
|
|
default MACH_SUN5I
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner A10s/A13 SoC.
|
|
|
|
|
2018-08-02 17:45:34 +00:00
|
|
|
config CLK_SUN6I_A31
|
|
|
|
bool "Clock driver for Allwinner A31/A31s"
|
|
|
|
default MACH_SUN6I
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner A31/A31s SoC.
|
|
|
|
|
2018-08-02 17:55:03 +00:00
|
|
|
config CLK_SUN8I_A23
|
|
|
|
bool "Clock driver for Allwinner A23/A33"
|
|
|
|
default MACH_SUN8I_A23 || MACH_SUN8I_A33
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner A23/A33 SoC.
|
|
|
|
|
2018-08-02 18:03:55 +00:00
|
|
|
config CLK_SUN8I_A83T
|
|
|
|
bool "Clock driver for Allwinner A83T"
|
|
|
|
default MACH_SUN8I_A83T
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner A83T SoC.
|
|
|
|
|
2018-08-05 05:46:33 +00:00
|
|
|
config CLK_SUN8I_R40
|
|
|
|
bool "Clock driver for Allwinner R40"
|
|
|
|
default MACH_SUN8I_R40
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner R40 SoC.
|
|
|
|
|
2018-08-05 09:01:54 +00:00
|
|
|
config CLK_SUN8I_V3S
|
|
|
|
bool "Clock driver for Allwinner V3S"
|
|
|
|
default MACH_SUN8I_V3S
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner V3S SoC.
|
|
|
|
|
2019-01-11 10:11:46 +00:00
|
|
|
config CLK_SUN9I_A80
|
|
|
|
bool "Clock driver for Allwinner A80"
|
|
|
|
default MACH_SUN9I
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner A80 SoC.
|
|
|
|
|
2018-08-02 10:13:02 +00:00
|
|
|
config CLK_SUN8I_H3
|
|
|
|
bool "Clock driver for Allwinner H3/H5"
|
|
|
|
default MACH_SUNXI_H3_H5
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner H3/H5 SoC.
|
|
|
|
|
2018-12-31 10:05:01 +00:00
|
|
|
config CLK_SUN50I_H6
|
|
|
|
bool "Clock driver for Allwinner H6"
|
|
|
|
default MACH_SUN50I_H6
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner H6 SoC.
|
|
|
|
|
2021-01-11 20:11:52 +00:00
|
|
|
config CLK_SUN50I_H616
|
|
|
|
bool "Clock driver for Allwinner H616"
|
|
|
|
default MACH_SUN50I_H616
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner H616 SoC.
|
|
|
|
|
2018-12-22 16:02:49 +00:00
|
|
|
config CLK_SUN50I_A64
|
|
|
|
bool "Clock driver for Allwinner A64"
|
|
|
|
default MACH_SUN50I
|
|
|
|
help
|
|
|
|
This enables common clock driver support for platforms based
|
|
|
|
on Allwinner A64 SoC.
|
|
|
|
|
|
|
|
endif # CLK_SUNXI
|