xref: /linux/drivers/clk/x86/Kconfig (revision 24bce201d79807b668bf9d9e0aca801c5c0d5f78)
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