Re: [PATCH] iio: stm: don't always auto-enable I2C and SPI interface drivers

From: Linus Walleij
Date: Sun Jan 02 2022 - 02:02:57 EST


On Wed, Dec 29, 2021 at 8:29 AM Nikita Yushchenko
<nikita.yoush@xxxxxxxxxxxxxxxxxx> wrote:

> config IIO_ST_ACCEL_I2C_3AXIS
> - tristate
> - depends on IIO_ST_ACCEL_3AXIS
> - depends on IIO_ST_SENSORS_I2C
> + tristate "STMicroelectronics accelerometers 3-Axis I2C Interface"
> + depends on (I2C && IIO_ST_ACCEL_3AXIS)
> + default y if (I2C && IIO_ST_ACCEL_3AXIS)
> + select IIO_ST_SENSORS_I2C

This thing that a Kconfig symbol is made to depend on itself just
boggles my head but it wouldn't surprise me if KConfig is this weird :(

I CCed Arnd who knows KConfig a bit better than anyone I know.

Yours,
Linus Walleij