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