1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_MEYE
3	tristate "Sony Vaio Picturebook Motion Eye Video For Linux (DEPRECATED)"
4	depends on PCI && VIDEO_DEV
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	  This driver is deprecated and is scheduled for removal by
16	  the beginning of 2023. See the TODO file for more information.
17
18	  To compile this driver as a module, choose M here: the
19	  module will be called meye.
20