Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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: 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>

authored by

Jean Delvare and committed by
Linus Torvalds
4f3a151a da8bacf6

+1 -2
+1 -1
drivers/media/common/Kconfig
··· 1 1 config VIDEO_SAA7146 2 2 tristate 3 - select I2C 3 + depends on I2C 4 4 5 5 config VIDEO_SAA7146_VV 6 6 tristate
-1
drivers/media/dvb/pluto2/Kconfig
··· 1 1 config DVB_PLUTO2 2 2 tristate "Pluto2 cards" 3 3 depends on DVB_CORE && PCI && I2C 4 - select I2C 5 4 select I2C_ALGOBIT 6 5 select DVB_TDA1004X 7 6 help