xref: /linux/drivers/clk/x86/Kconfig (revision f30c3ff3f0e8305d6c1a210df6d588a13333b8f7)
1# SPDX-License-Identifier: GPL-2.0-only
2config CLK_LGM_CGU
3	depends on OF && HAS_IOMEM && (X86 || COMPILE_TEST)
4	select OF_EARLY_FLATTREE
5	bool "Clock driver for Lightning Mountain(LGM) platform"
6	help
7	  Clock Generation Unit(CGU) driver for Intel Lightning Mountain(LGM)
8	  network processor SoC.
9