aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-06-14 15:36:00 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 22:52:49 -0400
commited0c8b5465d6cec5458d9a3041a5167d83f40fdb (patch)
treedd9e9af17c4172355422f1112dad3a5143509262 /drivers/media/common/Kconfig
parentccae7af2bf07dfef69cc2eb6ebc9e1ff15addfbd (diff)
[media] saa7146: Move it to its own directory
In order to better organize the directory tree, move the saa7146 common driver to its own directory. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/Kconfig')
-rw-r--r--drivers/media/common/Kconfig11
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/common/Kconfig b/drivers/media/common/Kconfig
index 4672f7d82f6..157f191ef64 100644
--- a/drivers/media/common/Kconfig
+++ b/drivers/media/common/Kconfig
@@ -1,11 +1,2 @@
1config VIDEO_SAA7146
2 tristate
3 depends on I2C && PCI
4
5config VIDEO_SAA7146_VV
6 tristate
7 depends on VIDEO_V4L2
8 select VIDEOBUF_DMA_SG
9 select VIDEO_SAA7146
10
11source "drivers/media/common/b2c2/Kconfig" 1source "drivers/media/common/b2c2/Kconfig"
2source "drivers/media/common/saa7146/Kconfig"