Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80c69915 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

i2c: mv64xxx: fix circular Kconfig dependency



Commit 370136bc ("i2c: mv64xxx: Add reset deassert call")
introduced:

drivers/video/Kconfig:42:error: recursive dependency detected!

ARCH_SUNXI selects RESET_CONTROLLER anyhow.

Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent c7dcb1fe
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -527,8 +527,7 @@ config I2C_MPC

config I2C_MV64XXX
	tristate "Marvell mv64xxx I2C Controller"
	depends on (MV64X60 || PLAT_ORION || ARCH_SUNXI)
	select RESET_CONTROLLER
	depends on MV64X60 || PLAT_ORION || ARCH_SUNXI
	help
	  If you say yes to this option, support will be included for the
	  built-in I2C interface on the Marvell 64xxx line of host bridges.