Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed
Date: Sat, 23 Jun 2007 00:50:13
Message-Id: 467C6CE9.2070700@googlemail.com
In Reply to: [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed by sean
1 sean schrieb:
2 > Trying to emerge spca5xx but during the build process it is stated that
3 > "CONFIG_VIDEO_V4L1_COMPAT" needs to be set in the kernel.
4 >
5 > That is fine, but I do not see this option anywhere in menuconfig.
6 > From what I read it should be located under device drivers multimedia
7 > devices, but the option is not present.
8 >
9 > So how does one build spca5xx without such option available?
10 > I am trying to build this on amd64, just so you know.
11 >
12 > Thanks
13 > Sean
14
15
16 Or use something like this:
17
18 cat /usr/src/linux/.config | grep CONFIG_VIDEO_V4L1_COMPAT
19
20
21 For kernel 2.6.20-gentoo-r8 the search function reveals:
22
23 Symbol: VIDEO_V4L1_COMPAT [=y]
24 Prompt: Enable Video For Linux API 1 compatible Layer
25 Defined at drivers/media/Kconfig:38
26 Depends on: VIDEO_DEV
27 Location:
28 -> Device Drivers
29 -> Multimedia devices
30 -> Video For Linux (VIDEO_DEV [=y])
31 Selected by: VIDEO_V4L1 && VIDEO_DEV
32 --
33 gentoo-user@g.o mailing list