Files
linux/drivers/clk/mmp/Kconfig
Duje Mihanović a787ab591c clk: mmp: pxa1908: Instantiate power driver through auxiliary bus
The power domain driver shares the APMU clock controller's registers.
Instantiate the power domain driver through the APMU clock driver using
the auxiliary bus.

Also create a separate Kconfig entry for the PXA1908 clock driver to
allow (de)selecting the driver at will and selecting
CONFIG_AUXILIARY_BUS.

Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2025-09-21 10:48:44 -07:00

11 lines
276 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
config COMMON_CLK_PXA1908
bool "Clock driver for Marvell PXA1908"
depends on ARCH_MMP || COMPILE_TEST
depends on OF
default y if ARCH_MMP && ARM64
select AUXILIARY_BUS
help
This driver supports the Marvell PXA1908 SoC clocks.