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