From: David E. Box Date: Tue, 26 Jan 2021 20:55:07 +0000 (-0800) Subject: platform/x86: intel_pmt_telemetry: Add dependency on MFD_INTEL_PMT X-Git-Tag: v5.15~1725^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3f6da5014dea3cc005b36948abe3664b5d1f7d3;p=platform%2Fkernel%2Flinux-starfive.git platform/x86: intel_pmt_telemetry: Add dependency on MFD_INTEL_PMT All devices that expose Intel Platform Monitoring Technology (PMT) telemetry are currently owned by the intel_pmt MFD driver. Therefore make the telemetry driver depend on the MFD driver for build. Fixes: 68fe8e6e2c4b ("platform/x86: Intel PMT Telemetry capability driver") Signed-off-by: David E. Box Link: https://lore.kernel.org/r/20210126205508.30907-2-david.e.box@linux.intel.com Signed-off-by: Hans de Goede --- diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 64131ef..c23040a 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -1368,6 +1368,7 @@ config INTEL_PMT_CLASS config INTEL_PMT_TELEMETRY tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver" + depends on MFD_INTEL_PMT select INTEL_PMT_CLASS help The Intel Platform Monitory Technology (PMT) Telemetry driver provides