From 991678667ab5da02f1999db4ae4ece46070a0cd4 Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Fri, 28 Mar 2003 09:38:08 +0000 Subject: A whole bunch of small changes all over the place: makelinks: adjust the script for the upcoming kernel patches driver.mxb: prevent the tuner module from probing unnecessary i2c addresses getlinks: put symlinks for the header files to the right place(TM) videodev.c: add a verbose error message just for the case that a user has compiled the v4l module into the kernel media/Kconfig: the dpc driver does not the tuner module saa7146_hlp.c: honour the swapped field order for av7110 based cards in capture mode, too saa7146_video.c: add some verbose messages for the v4l2 controls mxb.c: hopefully fix the detection and initialization of the sound arena module --- linux/drivers/media/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux/drivers/media/Kconfig') diff --git a/linux/drivers/media/Kconfig b/linux/drivers/media/Kconfig index b0fcbddea..d01c95907 100644 --- a/linux/drivers/media/Kconfig +++ b/linux/drivers/media/Kconfig @@ -36,14 +36,14 @@ source "drivers/media/common/Kconfig" config VIDEO_TUNER tristate - default y if VIDEO_BT848=y || VIDEO_SAA7134=y || VIDEO_MXB=y || VIDEO_DPC=y - default m if VIDEO_BT848=m || VIDEO_SAA7134=m || VIDEO_MXB=m || VIDEO_DPC=m + default y if VIDEO_BT848=y || VIDEO_SAA7134=y || VIDEO_MXB=y + default m if VIDEO_BT848=m || VIDEO_SAA7134=m || VIDEO_MXB=m depends on VIDEO_DEV config VIDEO_BUF tristate default y if VIDEO_BT848=y || VIDEO_SAA7134=y || VIDEO_SAA7146=y - default m if VIDEO_BT848=m || VIDEO_SAA7134=m || VIDEO_SAA7134=m + default m if VIDEO_BT848=m || VIDEO_SAA7134=m || VIDEO_SAA7146=m depends on VIDEO_DEV config VIDEO_BTCX -- cgit v1.2.3