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