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

Commit 4f3a151a authored by Jean Delvare's avatar Jean Delvare Committed by Linus Torvalds
Browse files

[PATCH] V4L/DVB (4045): Fixes recursive dependency for I2C



Mixing "depends on I2C" and "select I2C" within the media subsystem
leads to the following problem:
Warning! Found recursive dependency: I2C DVB_BUDGET DVB_BUDGET_PATCH
DVB_AV7110 VIDEO_SAA7146_VV VIDEO_SAA7146 I2C

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Acked-by: default avatarManu Abraham <manu@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent da8bacf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config VIDEO_SAA7146
	tristate
	select I2C
	depends on I2C

config VIDEO_SAA7146_VV
	tristate
+0 −1
Original line number Diff line number Diff line
config DVB_PLUTO2
	tristate "Pluto2 cards"
	depends on DVB_CORE && PCI && I2C
	select I2C
	select I2C_ALGOBIT
	select DVB_TDA1004X
	help