mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 05:26:13 +07:00
b60a5b8dcf
Checkpatch wants to use 'help' instead of '---help---': WARNING: prefer 'help' over '---help---' for new help texts Let's change it globally at the media subsystem, as otherwise people would keep using the old way. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
15 lines
554 B
Plaintext
15 lines
554 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.
|