repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
9 lines
299 B
Plaintext
9 lines
299 B
Plaintext
# 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.
|