.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config VIDEO_MEYE |
---|
2 | 3 | tristate "Sony Vaio Picturebook Motion Eye Video For Linux" |
---|
3 | 4 | depends on PCI && VIDEO_V4L2 |
---|
4 | | - depends on SONY_LAPTOP || COMPILE_TEST |
---|
5 | | - ---help--- |
---|
| 5 | + depends on SONY_LAPTOP |
---|
| 6 | + depends on X86 || COMPILE_TEST |
---|
| 7 | + help |
---|
6 | 8 | This is the video4linux driver for the Motion Eye camera found |
---|
7 | 9 | in the Vaio Picturebook laptops. Please read the material in |
---|
8 | | - <file:Documentation/media/v4l-drivers/meye.rst> for more information. |
---|
| 10 | + <file:Documentation/admin-guide/media/meye.rst> for more information. |
---|
9 | 11 | |
---|
10 | 12 | If you say Y or M here, you need to say Y or M to "Sony Laptop |
---|
11 | 13 | Extras" in the misc device section. |
---|