xref: /linux/drivers/clk/mmp/Kconfig (revision 8a7c601e14576a22c2bbf7f67455ccf3f3d2737f)
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