Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 10 lines 276 B view raw
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.