xref: /linux/drivers/clk/mmp/Kconfig (revision 137cc92ffe2e71705fce112656a460d924934ebe)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config COMMON_CLK_PXA1908
4	bool "Clock driver for Marvell PXA1908"
5	depends on ARCH_MMP || COMPILE_TEST
6	depends on OF
7	default y if ARCH_MMP && ARM64
8	select AUXILIARY_BUS
9	help
10	  This driver supports the Marvell PXA1908 SoC clocks.
11