From e62b273dd417c051d1624d6854414d6054e6a131 Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Fri, 20 Dec 2002 14:18:26 +0000 Subject: Removed the dependecy to i2c-core from saa7146 and av7110, changed mxb to (un)register the i2c adapter by itself --- linux/drivers/media/common/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux/drivers/media/common/Kconfig') diff --git a/linux/drivers/media/common/Kconfig b/linux/drivers/media/common/Kconfig index 9061b1af1..17cb90bc3 100644 --- a/linux/drivers/media/common/Kconfig +++ b/linux/drivers/media/common/Kconfig @@ -1,8 +1,8 @@ config VIDEO_SAA7146 tristate - default y if DVB_AV7110=y - default m if DVB_AV7110=m - depends on VIDEO_DEV && PCI && I2C + default y if DVB_AV7110=y || VIDEO_MXB=y + default m if DVB_AV7110=m || VIDEO_MXB=m + depends on VIDEO_DEV && PCI config VIDEO_VIDEOBUF tristate -- cgit v1.2.3