0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Intel x86 Platform Specific Drivers
0004 #
0005
0006 config INTEL_TELEMETRY
0007 tristate "Intel SoC Telemetry driver"
0008 depends on X86_64
0009 depends on MFD_INTEL_PMC_BXT
0010 depends on INTEL_PUNIT_IPC
0011 help
0012 This driver provides interfaces to configure and use
0013 telemetry for Intel SoC from Apollo Lake onwards.
0014 It is also used to get various SoC events and parameters
0015 directly via debugfs files. Various tools may use
0016 this interface for SoC state monitoring.