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