diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-11-26 10:47:07 -0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-11-26 10:47:07 -0200 |
| commit | ee80bfe631d2e984a36928f7e2be29c44c0e0bc6 (patch) | |
| tree | 7af76a1d5321718e62d73b4cb7e9bb73d5ded3a4 /linux/drivers/media/video/Makefile | |
| parent | 1f844567392ff20261e83ddb96c9f69c0b77ca4f (diff) | |
| download | mediapointer-dvb-s2-ee80bfe631d2e984a36928f7e2be29c44c0e0bc6.tar.gz mediapointer-dvb-s2-ee80bfe631d2e984a36928f7e2be29c44c0e0bc6.tar.bz2 | |
From: Mauro Carvalho Chehab <mchehab@infradead.org>
The VIDEO_ZR36120 driver has:
- already been marked as BROKEN in 2.6.0 three years ago and
- is still marked as BROKEN.
Drivers that had been marked as BROKEN for such a long time seem to be
unlikely to be revived in the forseeable future.
But if anyone wants to ever revive this driver, the code is still
present in the older kernel releases.
PS.: At v4l/dvb tree, parts of zr36120 driver were never added.
The original patch from Adrian Bunk <bunk@stusta.de> will
be applied only at -git trees.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/Makefile')
| -rw-r--r-- | linux/drivers/media/video/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/Makefile b/linux/drivers/media/video/Makefile index 2adb56d01..20b9cbc14 100644 --- a/linux/drivers/media/video/Makefile +++ b/linux/drivers/media/video/Makefile @@ -2,7 +2,6 @@ # Makefile for the video capture/playback device drivers. # -zoran-objs := zr36120.o zr36120_i2c.o zr36120_mem.o zr36067-objs := zoran_procfs.o zoran_device.o \ zoran_driver.o zoran_card.o tuner-objs := tuner-core.o tuner-types.o tuner-simple.o \ @@ -23,7 +22,6 @@ obj-$(CONFIG_VIDEO_TDA7432) += tda7432.o obj-$(CONFIG_VIDEO_TDA9875) += tda9875.o obj-$(CONFIG_SOUND_TVMIXER) += tvmixer.o -obj-$(CONFIG_VIDEO_ZR36120) += zoran.o obj-$(CONFIG_VIDEO_SAA6588) += saa6588.o obj-$(CONFIG_VIDEO_SAA5246A) += saa5246a.o obj-$(CONFIG_VIDEO_SAA5249) += saa5249.o |
