diff options
author | David E. Box <david.e.box@linux.intel.com> | 2021-01-26 23:55:06 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-02-03 14:00:18 +0300 |
commit | 35d8a973fe4d38afee944db636c3d2b1df3741a7 (patch) | |
tree | 831864e06015448d8bf42569d417ccb8d6808f9a /drivers/platform/x86 | |
parent | 2691d0ae668ab9d9f3f275ac6ed6029862780084 (diff) | |
download | linux-35d8a973fe4d38afee944db636c3d2b1df3741a7.tar.xz |
platform/x86: intel_pmt: Make INTEL_PMT_CLASS non-user-selectable
Fix error in Kconfig that exposed INTEL_PMT_CLASS as a user selectable
option. It is already selected by INTEL_PMT_TELEMETRY and
INTEL_PMT_CRASHLOG which are user selectable.
Fixes: e2729113ce66 ("platform/x86: Intel PMT class driver")
Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Link: https://lore.kernel.org/r/20210126205508.30907-1-david.e.box@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r-- | drivers/platform/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index a6290c32cfda..64131ef44747 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -1355,7 +1355,7 @@ config INTEL_PMC_CORE - MPHY/PLL gating status (Sunrisepoint PCH only) config INTEL_PMT_CLASS - tristate "Intel Platform Monitoring Technology (PMT) Class driver" + tristate help The Intel Platform Monitoring Technology (PMT) class driver provides the basic sysfs interface and file hierarchy uses by PMT devices. |