17 lines
494 B
Plaintext
17 lines
494 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Intel x86 Platform Specific Drivers
|
|
#
|
|
|
|
config INTEL_TELEMETRY
|
|
tristate "Intel SoC Telemetry driver"
|
|
depends on X86_64
|
|
depends on MFD_INTEL_PMC_BXT
|
|
depends on INTEL_PUNIT_IPC
|
|
help
|
|
This driver provides interfaces to configure and use
|
|
telemetry for Intel SoC from Apollo Lake onwards.
|
|
It is also used to get various SoC events and parameters
|
|
directly via debugfs files. Various tools may use
|
|
this interface for SoC state monitoring.
|