[PATCH v5 3/3] clk: meson: a1: add the audio clock controller driver
Stephen Boyd
sboyd at kernel.org
Thu Nov 14 14:40:25 PST 2024
Quoting Jan Dakinevich (2024-11-12 15:04:43)
> diff --git a/drivers/clk/meson/Kconfig b/drivers/clk/meson/Kconfig
> index 7cb21fc223b0..49f2086bc773 100644
> --- a/drivers/clk/meson/Kconfig
> +++ b/drivers/clk/meson/Kconfig
> @@ -133,6 +133,20 @@ config COMMON_CLK_A1_PERIPHERALS
> device, A1 SoC Family. Say Y if you want A1 Peripherals clock
> controller to work.
>
> +config COMMON_CLK_A1_AUDIO
> + tristate "Amlogic A1 SoC Audio clock controller support"
> + depends on ARM64
> + select COMMON_CLK_MESON_REGMAP
> + select COMMON_CLK_MESON_PHASE
> + select COMMON_CLK_MESON_SCLK_DIV
> + select COMMON_CLK_MESON_CLKC_UTILS
> + select REGMAP_MMIO
> + imply RESET_MESON_AUX
Should be 'depends on RESET_MESON_AUX'
More information about the linux-arm-kernel
mailing list