Message ID | 20180205012146.23981-15-ulfalizer@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson <ulfalizer@gmail.com> wrote: > The INPUT_MPU3050 symbol was removed in commit b1fe0cf06f92 ("Input: > delete MPU3050 driver"). > > Remove the negative dependency on it from the MPU3050_I2C symbol. It is > always satisfied now. > > Discovered with the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. > > Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Jonathan, please pick this up to IIO! Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig index 3126cf05e6b9..b702b9176006 100644 --- a/drivers/iio/gyro/Kconfig +++ b/drivers/iio/gyro/Kconfig @@ -92,7 +92,6 @@ config MPU3050 config MPU3050_I2C tristate "Invensense MPU3050 devices on I2C" - depends on !(INPUT_MPU3050=y || INPUT_MPU3050=m) depends on I2C select MPU3050 select REGMAP_I2C
The INPUT_MPU3050 symbol was removed in commit b1fe0cf06f92 ("Input: delete MPU3050 driver"). Remove the negative dependency on it from the MPU3050_I2C symbol. It is always satisfied now. Discovered with the https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py script. Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com> --- drivers/iio/gyro/Kconfig | 1 - 1 file changed, 1 deletion(-)