mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 22:14:20 +08:00
5fb94e9ca3
As we move stuff around, some doc references are broken. Fix some of them via this script: ./scripts/documentation-file-ref-check --fix Manually checked if the produced result is valid, removing a few false-positives. Acked-by: Takashi Iwai <tiwai@suse.de> Acked-by: Masami Hiramatsu <mhiramat@kernel.org> Acked-by: Stephen Boyd <sboyd@kernel.org> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Acked-by: Mathieu Poirier <mathieu.poirier@linaro.org> Reviewed-by: Coly Li <colyli@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Corbet <corbet@lwn.net>
15 lines
560 B
Plaintext
15 lines
560 B
Plaintext
config VIDEO_MEYE
|
|
tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
|
|
depends on PCI && VIDEO_V4L2
|
|
depends on SONY_LAPTOP || COMPILE_TEST
|
|
---help---
|
|
This is the video4linux driver for the Motion Eye camera found
|
|
in the Vaio Picturebook laptops. Please read the material in
|
|
<file:Documentation/media/v4l-drivers/meye.rst> for more information.
|
|
|
|
If you say Y or M here, you need to say Y or M to "Sony Laptop
|
|
Extras" in the misc device section.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called meye.
|