diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-05-22 19:34:54 +0300 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-09 14:47:22 +0300 |
commit | e8dd9207763e0317ac256c78dcd50dca7826f2f6 (patch) | |
tree | c4bf922250513c13ed6ffd510c83a44e3e9c39b1 /drivers/clk/meson/Kconfig | |
parent | 47f21315a6e4454ed9d8a450288a0989113e1e44 (diff) | |
download | linux-e8dd9207763e0317ac256c78dcd50dca7826f2f6.tar.xz |
clk: meson: add triple phase clock driver
Add a driver to control the output of the sample clock generator found
in the axg audio clock controller.
The goal of this driver is to coherently control the phase provided to
the different element using the sample clock generator. This simplify
the usage of the sample clock generator a lot, without comprising the
ability of the SoC.
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'drivers/clk/meson/Kconfig')
-rw-r--r-- | drivers/clk/meson/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/meson/Kconfig b/drivers/clk/meson/Kconfig index 9d00809f07fc..9ad95966aa3d 100644 --- a/drivers/clk/meson/Kconfig +++ b/drivers/clk/meson/Kconfig @@ -3,6 +3,11 @@ config COMMON_CLK_AMLOGIC depends on ARCH_MESON || COMPILE_TEST select COMMON_CLK_REGMAP_MESON +config COMMON_CLK_AMLOGIC_AUDIO + bool + depends on ARCH_MESON || COMPILE_TEST + select COMMON_CLK_AMLOGIC + config COMMON_CLK_MESON_AO bool depends on OF |