Skip to content

Commit

Permalink
[PATCH] V4L/DVB (4045): Fixes recursive dependency for I2C
Browse files Browse the repository at this point in the history
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: Jean Delvare <khali@linux-fr.org>
Acked-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed May 25, 2006
1 parent da8bacf commit 4f3a151
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/media/common/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config VIDEO_SAA7146
tristate
select I2C
depends on I2C

config VIDEO_SAA7146_VV
tristate
Expand Down
1 change: 0 additions & 1 deletion drivers/media/dvb/pluto2/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
config DVB_PLUTO2
tristate "Pluto2 cards"
depends on DVB_CORE && PCI && I2C
select I2C
select I2C_ALGOBIT
select DVB_TDA1004X
help
Expand Down

0 comments on commit 4f3a151

Please sign in to comment.