forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/meye/Kconfig
....@@ -1,11 +1,13 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config VIDEO_MEYE
23 tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
34 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
68 This is the video4linux driver for the Motion Eye camera found
79 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.
911
1012 If you say Y or M here, you need to say Y or M to "Sony Laptop
1113 Extras" in the misc device section.