mfd: intel_pmt: Only compile on x86
authorPrarit Bhargava <prarit@redhat.com>
Wed, 25 Aug 2021 12:57:35 +0000 (08:57 -0400)
committerLee Jones <lee.jones@linaro.org>
Fri, 5 Nov 2021 14:40:05 +0000 (14:40 +0000)
commit635a0535e2fa8fbd88bb49d65eed35c7ed808b8e
treec926675c106f41382ebb98da2c5cd53cfe3a05a9
parentad70c03f211a9fad32af1c1b551738c741f7c751
mfd: intel_pmt: Only compile on x86

The intel_pmt driver shows up as a compile option for all arches but is
32-bit and 64-bit x86 specific.

Add a CONFIG dependency on X86 for intel_pmt.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Reviewed-by: David E. Box <david.e.box@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig