mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
9 lines
299 B
Text
9 lines
299 B
Text
![]() |
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
config CLK_LGM_CGU
|
||
|
depends on OF && HAS_IOMEM && (X86 || COMPILE_TEST)
|
||
|
select OF_EARLY_FLATTREE
|
||
|
bool "Clock driver for Lightning Mountain(LGM) platform"
|
||
|
help
|
||
|
Clock Generation Unit(CGU) driver for Intel Lightning Mountain(LGM)
|
||
|
network processor SoC.
|