Commit 1d761ca9 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Jonathan Cameron
Browse files

iio: gyro: remove dead config dependencies on INPUT_MPU3050



Commit b1fe0cf0 ("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: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210817081330.9645-1-lukas.bulwahn@gmail.com


Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent e4269651
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -126,7 +126,6 @@ config MPU3050


config MPU3050_I2C
config MPU3050_I2C
	tristate "Invensense MPU3050 devices on I2C"
	tristate "Invensense MPU3050 devices on I2C"
	depends on !(INPUT_MPU3050=y || INPUT_MPU3050=m)
	depends on I2C
	depends on I2C
	select MPU3050
	select MPU3050
	select REGMAP_I2C
	select REGMAP_I2C