mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
912af8423f
Add basic support for the Amlogic G12A clock controller based on the AXG driver. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
23 lines
619 B
Text
23 lines
619 B
Text
config CLK_MESON_GX
|
|
bool "Enable clock support for Amlogic GX"
|
|
depends on CLK && ARCH_MESON
|
|
default MESON_GX
|
|
help
|
|
Enable clock support for the Amlogic GX SoC family, such as
|
|
the S905, S905X/D and S912.
|
|
|
|
config CLK_MESON_AXG
|
|
bool "Enable clock support for Amlogic AXG"
|
|
depends on CLK && ARCH_MESON
|
|
default MESON_AXG
|
|
help
|
|
Enable clock support for the Amlogic AXG SoC family, such as
|
|
the A113X/D
|
|
|
|
config CLK_MESON_G12A
|
|
bool "Enable clock support for Amlogic G12A"
|
|
depends on CLK && ARCH_MESON
|
|
default MESON_G12A
|
|
help
|
|
Enable clock support for the Amlogic G12A SoC family, such as
|
|
the S905X/D2
|