[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48ff2e75-5ee0-5ac9-8d47-58c3c691ad6e@infradead.org>
Date: Tue, 2 Jan 2018 10:10:47 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Sinan Kaya <okaya@...eaurora.org>,
Eric Auger <eric.auger@...hat.com>, eric.auger.pro@...il.com,
wsa@...-dreams.de, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org,
"linux-acpi@...r.kernel.org" <linux-acpi@...r.kernel.org>
Subject: Re: [PATCH] i2c: fix ACPI_I2C_OPREGION dependency
On 01/02/2018 10:07 AM, Sinan Kaya wrote:
> +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@...hat.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?
Well. It looks to me like the patch is reversed or the patch description
needs some improvement. Or I just don't understand it.
--
~Randy
Powered by blists - more mailing lists