From: Hans de Goede Date: Mon, 14 Aug 2017 20:02:23 +0000 (+0200) Subject: mfd: intel_soc_pmic_chtwc: Turn Kconfig option into a bool X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1ae14f8e84727d158cb6d27760e6f17eb9994cff;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Lee Jones --- 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