From: Lukas Bulwahn Date: Tue, 17 Aug 2021 08:13:30 +0000 (+0200) Subject: iio: gyro: remove dead config dependencies on INPUT_MPU3050 X-Git-Tag: v6.1-rc5~2728^2~23^2~134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d761ca978382f84f05e221fbe4703605286f1be;p=platform%2Fkernel%2Flinux-starfive.git iio: gyro: remove dead config dependencies on INPUT_MPU3050 Commit b1fe0cf06f92 ("Input: delete MPU3050 driver") deletes the superseded MPU3050 driver and its corresponding config INPUT_MPU3050. The dependencies on the superseding driver in ./drivers/iio/gyro/Kconfig to ensure that the two drivers are not built into the same kernel is a dead dependency and not required anymore. So, remove those config dependencies on INPUT_MPU3050 for MPU3050_I2C. This issue was detected with ./scripts/checkkconfigsymbols.py. Signed-off-by: Lukas Bulwahn Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/20210817081330.9645-1-lukas.bulwahn@gmail.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig index 20b5ac7ab..a672f7d 100644 --- a/drivers/iio/gyro/Kconfig +++ b/drivers/iio/gyro/Kconfig @@ -126,7 +126,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