diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-23 15:02:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-23 15:08:29 -0400 |
commit | 14ba3e7b3103a12b6f6a1057a1ecbfb15e1b48c0 (patch) | |
tree | 0b449771042ba69d8716d8497e3dea6f70456b63 | |
parent | 8b6c879c81e8f00077607f83e024eedf388839b4 (diff) |
V4L/DVB (4041): Fix compilation on PPC 64
Those functions don't exist on PPC64 architecture.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 7124e534cc7f..6b4197018561 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -170,7 +170,7 @@ config VIDEO_VINO | |||
170 | 170 | ||
171 | config VIDEO_STRADIS | 171 | config VIDEO_STRADIS |
172 | tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)" | 172 | tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)" |
173 | depends on EXPERIMENTAL && PCI && VIDEO_V4L1 | 173 | depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && !PPC64 |
174 | help | 174 | help |
175 | Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video | 175 | Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video |
176 | driver for PCI. There is a product page at | 176 | driver for PCI. There is a product page at |
@@ -178,7 +178,7 @@ config VIDEO_STRADIS | |||
178 | 178 | ||
179 | config VIDEO_ZORAN | 179 | config VIDEO_ZORAN |
180 | tristate "Zoran ZR36057/36067 Video For Linux" | 180 | tristate "Zoran ZR36057/36067 Video For Linux" |
181 | depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 | 181 | depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 && !PPC64 |
182 | help | 182 | help |
183 | Say Y for support for MJPEG capture cards based on the Zoran | 183 | Say Y for support for MJPEG capture cards based on the Zoran |
184 | 36057/36067 PCI controller chipset. This includes the Iomega | 184 | 36057/36067 PCI controller chipset. This includes the Iomega |