diff options
author | Andrew Morton <akpm@osdl.org> | 2006-04-27 09:09:27 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-12 18:55:18 -0400 |
commit | 765bf9770fda950e6615451ad1a4b8866bda7dfa (patch) | |
tree | 42f26ccf3aaf456c3c5382f3fd4f409d3d0b0e25 /drivers/media | |
parent | ba5f0a4e15e736d99d698ce498bd6f1f16d014cf (diff) |
V4L/DVB (3912): Sparc32 vivi fix
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 0dce9ab03ada..912791779cb4 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -18,7 +18,7 @@ config VIDEO_ADV_DEBUG | |||
18 | 18 | ||
19 | config VIDEO_VIVI | 19 | config VIDEO_VIVI |
20 | tristate "Virtual Video Driver" | 20 | tristate "Virtual Video Driver" |
21 | depends on VIDEO_V4L2 | 21 | depends on VIDEO_V4L2 && !SPARC32 && !SPARC64 |
22 | default n | 22 | default n |
23 | ---help--- | 23 | ---help--- |
24 | Enables a virtual video driver. This device shows a color bar | 24 | Enables a virtual video driver. This device shows a color bar |