From aac29554759ba1097551414afc35ed9fa13056c2 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 26 Apr 2008 13:13:56 -0300 Subject: From: Mauro Carvalho Chehab Move tuners to common/tuners There were several issues in the past, caused by the hybrid tuner design, since now, the same tuner can be used by drivers/media/dvb and drivers/media/video. This patch moves those common tuners into a common dir. It also moves saa7146 driver into drivers/media/video, where other hybrid drivers are placed. Kconfig items were rearranged, to split V4L/DVB core from their drivers. Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/common/Kconfig | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 linux/drivers/media/common/Kconfig (limited to 'linux/drivers/media/common/Kconfig') diff --git a/linux/drivers/media/common/Kconfig b/linux/drivers/media/common/Kconfig deleted file mode 100644 index 769c6f814..000000000 --- a/linux/drivers/media/common/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -config VIDEO_SAA7146 - tristate - depends on I2C && PCI - -config VIDEO_SAA7146_VV - tristate - depends on VIDEO_V4L2 - select VIDEOBUF_DMA_SG - select VIDEO_SAA7146 -- cgit v1.2.3