blob: b0d2fea3cda5de1284916ab75d3af0412edcf57f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0-only
config COMMON_CLK_PXA1908
bool "Clock driver for Marvell PXA1908"
depends on ARCH_MMP || COMPILE_TEST
depends on OF
default y if ARCH_MMP && ARM64
select AUXILIARY_BUS
help
This driver supports the Marvell PXA1908 SoC clocks.
|