Move Intel telemetry driver to intel sub-directory to improve readability. While at it, spell APL fully in the Kconfig. Signed-off-by: Kate Hsuan <hpa@redhat.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Rajneesh Bhardwaj <irenic.rajneesh@gmail.com> Link: https://lore.kernel.org/r/20210820110458.73018-9-andriy.shevchenko@linux.intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
16 lines
494 B
Text
16 lines
494 B
Text
# 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.
|