diff options
author | Michael Hunold <devnull@localhost> | 2003-07-17 09:03:24 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-07-17 09:03:24 +0000 |
commit | 81117df4eb88a22c4f3e5ae030190c98ca033fc5 (patch) | |
tree | 17c10eccded78a2e277e4b73d6e796de56dc8116 /linux/drivers/media/common/Kconfig | |
parent | 8ea93347171a95476e21eaabd9ba31ae74f2d233 (diff) | |
download | mediapointer-dvb-s2-81117df4eb88a22c4f3e5ae030190c98ca033fc5.tar.gz mediapointer-dvb-s2-81117df4eb88a22c4f3e5ae030190c98ca033fc5.tar.bz2 |
[V4L] - fix static build for hexium_gemini and hexium_orion drivers (Thanks to Adrian Bunk <bunk@fs.tum.de> for reporting this)
[V4L] - set debug verbosity to 0 for hexium_gemini and hexium_orion drivers
[V4L] - make hexium_gemini and hexium_orion drivers depdend on i2c module
[V4L] - make saa7146 module depend on hexium_gemini and hexium_orion drivers
[V4L] - let the saa7146 i2c bus report itself as I2C_ADAP_CLASS_TV_ANALOG
Diffstat (limited to 'linux/drivers/media/common/Kconfig')
-rw-r--r-- | linux/drivers/media/common/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/common/Kconfig b/linux/drivers/media/common/Kconfig index 844e82dff..1a6b17203 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 || DVB_BUDGET=y || DVB_BUDGET_AV=y || VIDEO_MXB=y || VIDEO_DPC=y - default m if DVB_AV7110=m || DVB_BUDGET=m || DVB_BUDGET_AV=m || VIDEO_MXB=m || VIDEO_DPC=m - depends on VIDEO_DEV && PCI + default y if DVB_AV7110=y || DVB_BUDGET=y || DVB_BUDGET_AV=y || VIDEO_MXB=y || VIDEO_DPC=y || VIDEO_HEXIUM_ORION=y || VIDEO_HEXIUM_GEMINI=y + default m if DVB_AV7110=m || DVB_BUDGET=m || DVB_BUDGET_AV=m || VIDEO_MXB=m || VIDEO_DPC=m || VIDEO_HEXIUM_ORION=m || VIDEO_HEXIUM_GEMINI=m + depends on VIDEO_DEV && PCI && I2C config VIDEO_VIDEOBUF tristate |