Re: [PATCH] i3c, iio: fix i3c driver dependencies
From: Arnd Bergmann
Date: Mon Feb 02 2026 - 11:09:27 EST
On Mon, Feb 2, 2026, at 16:24, Guenter Roeck wrote:
> On 2/2/26 01:55, Arnd Bergmann wrote:
>> @@ -2381,19 +2380,7 @@ config SENSORS_TMP102
>>
>> config SENSORS_TMP103
>> tristate "Texas Instruments TMP103"
>> - depends on I2C
>> - select REGMAP_I2C
>> - help
>> - If you say yes here you get support for Texas Instruments TMP103
>> - sensor chips.
>> -
>> - This driver can also be built as a module. If so, the module
>> - will be called tmp103.
>>
>
> Why ? That doesn't make sense to me, and if it does, it seems unrelated
> to what this patch claims to do.
Indeed, that was not intended here. Sending a fixed version now.
I have no idea how that change got in there.
Arnd