diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-25 09:26:31 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-25 09:26:31 +0200 |
commit | 5d277ea89dae091b14e55f45e0762eafaa58d0f8 (patch) | |
tree | a10c014a9b8b77b3d595ed0d75fbefd331eb52b5 /linux/drivers/media/video/Kconfig | |
parent | e05ee23c4aa187dee867807cb814cc0dcb052858 (diff) | |
download | mediapointer-dvb-s2-5d277ea89dae091b14e55f45e0762eafaa58d0f8.tar.gz mediapointer-dvb-s2-5d277ea89dae091b14e55f45e0762eafaa58d0f8.tar.bz2 |
v4l-dvb: remove broken PlanB driver
From: Adrian Bunk <bunk@kernel.org>
The PlanB driver has been broken since around May 2004. No one stepped
in to maintain it, so it is now being removed.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Acked-by: Michel Lanners <mlan@cpu.lu>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 2a747db6d..d4a6e56a7 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -487,17 +487,6 @@ config VIDEO_PMS To compile this driver as a module, choose M here: the module will be called pms. -config VIDEO_PLANB - tristate "PlanB Video-In on PowerMac" - depends on PPC_PMAC && VIDEO_V4L1 && BROKEN - help - PlanB is the V4L driver for the PowerMac 7x00/8x00 series video - input hardware. If you want to experiment with this, say Y. - Otherwise, or if you don't understand a word, say N. See - <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info. - - Saying M will compile this driver as a module (planb). - config VIDEO_BWQCAM tristate "Quickcam BW Video For Linux" depends on PARPORT && VIDEO_V4L1 |