17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Intel x86 Platform Specific Drivers4#5 6config INTEL_TELEMETRY7 tristate "Intel SoC Telemetry driver"8 depends on X86_649 depends on MFD_INTEL_PMC_BXT10 depends on INTEL_PUNIT_IPC11 help12 This driver provides interfaces to configure and use13 telemetry for Intel SoC from Apollo Lake onwards.14 It is also used to get various SoC events and parameters15 directly via debugfs files. Various tools may use16 this interface for SoC state monitoring.17