linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sinan Kaya <okaya@codeaurora.org>
To: Eric Auger <eric.auger@redhat.com>,
	eric.auger.pro@gmail.com, wsa@the-dreams.de,
	linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>
Subject: Re: [PATCH] i2c: fix ACPI_I2C_OPREGION dependency
Date: Tue, 2 Jan 2018 13:07:03 -0500	[thread overview]
Message-ID: <ea62b24e-a77b-f52e-46f2-ed38dfebd792@codeaurora.org> (raw)
In-Reply-To: <1511370357-17184-1-git-send-email-eric.auger@redhat.com>

+linux-acpi

On 11/22/2017 12:05 PM, Eric Auger wrote:
> If CONFIG_I2C=m we fail getting ACPI_I2C_OPREGION set. Let's
> make ACPI_I2C_OPREGION depend on I2C.
> 
> Signed-off-by: Eric Auger <eric.auger@redhat.com>
> ---
>  drivers/i2c/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
> index efc3354..5951e9d 100644
> --- a/drivers/i2c/Kconfig
> +++ b/drivers/i2c/Kconfig
> @@ -26,7 +26,7 @@ config I2C
>  
>  config ACPI_I2C_OPREGION
>  	bool "ACPI I2C Operation region support"
> -	depends on I2C=y && ACPI
> +	depends on I2C && ACPI
>  	default y
>  	help
>  	  Say Y here if you want to enable ACPI I2C operation region support.
> 

Anybody picking this up?

-- 
Sinan Kaya
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.

  reply	other threads:[~2018-01-02 18:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-22 17:05 [PATCH] i2c: fix ACPI_I2C_OPREGION dependency Eric Auger
2018-01-02 18:07 ` Sinan Kaya [this message]
2018-01-02 18:10   ` Randy Dunlap
2018-01-02 18:19     ` Sinan Kaya
2018-01-03 13:39       ` Sinan Kaya
2018-01-03 14:03         ` Auger Eric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ea62b24e-a77b-f52e-46f2-ed38dfebd792@codeaurora.org \
    --to=okaya@codeaurora.org \
    --cc=eric.auger.pro@gmail.com \
    --cc=eric.auger@redhat.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).