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 9 lines 334 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2config CLK_LGM_CGU 3 depends on OF && HAS_IOMEM && (X86 || COMPILE_TEST) 4 select MFD_SYSCON 5 select OF_EARLY_FLATTREE 6 bool "Clock driver for Lightning Mountain(LGM) platform" 7 help 8 Clock Generation Unit(CGU) driver for MaxLinear's x86 based 9 Lightning Mountain(LGM) network processor SoC.