diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-26 13:13:56 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-26 13:13:56 -0300 |
| commit | aac29554759ba1097551414afc35ed9fa13056c2 (patch) | |
| tree | de3052547dcad0585d2b7fc6b7da07ff6f2be999 /linux/drivers/media/dvb/Kconfig | |
| parent | 92541c586e6655f2175fe5ec00836f5ef1ce1cb3 (diff) | |
| download | mediapointer-dvb-s2-aac29554759ba1097551414afc35ed9fa13056c2.tar.gz mediapointer-dvb-s2-aac29554759ba1097551414afc35ed9fa13056c2.tar.bz2 | |
From: Mauro Carvalho Chehab <mchehab@infradead.org>
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 <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/Kconfig')
| -rw-r--r-- | linux/drivers/media/dvb/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig index 03ef88acd..7b21b49f1 100644 --- a/linux/drivers/media/dvb/Kconfig +++ b/linux/drivers/media/dvb/Kconfig @@ -1,9 +1,7 @@ # -# Multimedia device configuration +# DVB device configuration # -source "drivers/media/dvb/dvb-core/Kconfig" - menuconfig DVB_CAPTURE_DRIVERS bool "DVB/ATSC adapters" depends on DVB_CORE |
