summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede2017-08-14 22:02:23 +0200
committerLee Jones2017-09-05 09:46:01 +0200
commit1ae14f8e84727d158cb6d27760e6f17eb9994cff (patch)
treed5ab3f3b5a708ab204b7f63fcc6a3a8d860bce5d
parentmfd: lp87565: Convert to use devm_mfd_add_devices() (diff)
downloadkernel-qcow2-linux-1ae14f8e84727d158cb6d27760e6f17eb9994cff.tar.gz
kernel-qcow2-linux-1ae14f8e84727d158cb6d27760e6f17eb9994cff.tar.xz
kernel-qcow2-linux-1ae14f8e84727d158cb6d27760e6f17eb9994cff.zip
mfd: intel_soc_pmic_chtwc: Turn Kconfig option into a bool
The PMIC provides ACPI OpRegions which must be available for other drivers' PS0 / PS3 methods early-on as such it must be builtin as the Kconfig help text already states. Somehow its Kconfig option ended up being a tristate though, this fixes this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 4f57725a02ea..7bc4ee1f9c10 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -495,7 +495,7 @@ config INTEL_SOC_PMIC_BXTWC
on these systems.
config INTEL_SOC_PMIC_CHTWC
- tristate "Support for Intel Cherry Trail Whiskey Cove PMIC"
+ bool "Support for Intel Cherry Trail Whiskey Cove PMIC"
depends on ACPI && HAS_IOMEM && I2C=y && COMMON_CLK
depends on X86 || COMPILE_TEST
select MFD_CORE