Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1711392 > unrolled thread

[PATCH resend] mfd: intel_soc_pmic_chtwc: Turn Kconfig option into a bool

Started byHans de Goede <hdegoede@redhat.com>
First post2017-08-14 22:10 +0200
Last post2017-08-15 09:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH resend] mfd: intel_soc_pmic_chtwc: Turn Kconfig option into a bool Hans de Goede <hdegoede@redhat.com> - 2017-08-14 22:10 +0200
    Re: [PATCH resend] mfd: intel_soc_pmic_chtwc: Turn Kconfig option  into a bool Lee Jones <lee.jones@linaro.org> - 2017-08-15 09:00 +0200

#1711392 — [PATCH resend] mfd: intel_soc_pmic_chtwc: Turn Kconfig option into a bool

FromHans de Goede <hdegoede@redhat.com>
Date2017-08-14 22:10 +0200
Subject[PATCH resend] mfd: intel_soc_pmic_chtwc: Turn Kconfig option into a bool
Message-ID<uetQu-ae-1@gated-at.bofh.it>
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>
---
Note, feel free to squash this in the original commit if you wish
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index fcc9232a005b..10c495a73db3 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -481,7 +481,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
-- 
2.13.4

[toc] | [next] | [standalone]


#1711909 — Re: [PATCH resend] mfd: intel_soc_pmic_chtwc: Turn Kconfig option into a bool

FromLee Jones <lee.jones@linaro.org>
Date2017-08-15 09:00 +0200
SubjectRe: [PATCH resend] mfd: intel_soc_pmic_chtwc: Turn Kconfig option into a bool
Message-ID<ueDZw-6mv-5@gated-at.bofh.it>
In reply to#1711392
On Mon, 14 Aug 2017, Hans de Goede wrote:

> 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>
> ---
> Note, feel free to squash this in the original commit if you wish
> ---
>  drivers/mfd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web