summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/Kconfig
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2002-12-20 14:18:26 +0000
committerMichael Hunold <devnull@localhost>2002-12-20 14:18:26 +0000
commite62b273dd417c051d1624d6854414d6054e6a131 (patch)
tree84cab0d55c55c4742a03eb8e6aad210def78f7e3 /linux/drivers/media/common/Kconfig
parentdf166bc1551ee91e374068939c2e58925db8064e (diff)
downloadmediapointer-dvb-s2-e62b273dd417c051d1624d6854414d6054e6a131.tar.gz
mediapointer-dvb-s2-e62b273dd417c051d1624d6854414d6054e6a131.tar.bz2
Removed the dependecy to i2c-core from saa7146 and av7110,
changed mxb to (un)register the i2c adapter by itself
Diffstat (limited to 'linux/drivers/media/common/Kconfig')
-rw-r--r--linux/drivers/media/common/Kconfig6
1 files changed, 3 insertions, 3 deletions
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