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