11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
|
|
# 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.
|