diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-14 14:50:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-15 16:39:31 -0300 |
commit | e5cdf69d36f667d9840ce050abbe4a95c2a6b536 (patch) | |
tree | fd11102a155423aaafa3848dba999353f58ff3a0 /drivers/media/pci/meye/Kconfig | |
parent | 3e7c99126f1e18379bdac0544255e230d623ab3a (diff) | |
download | lwn-e5cdf69d36f667d9840ce050abbe4a95c2a6b536.tar.gz lwn-e5cdf69d36f667d9840ce050abbe4a95c2a6b536.zip |
[media] move the remaining PCI devices to drivers/media/pci
Move meye and sta2x11_vip into the drivers/media/pci subdirs.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/meye/Kconfig')
-rw-r--r-- | drivers/media/pci/meye/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/pci/meye/Kconfig b/drivers/media/pci/meye/Kconfig new file mode 100644 index 000000000000..b4bf848be5a0 --- /dev/null +++ b/drivers/media/pci/meye/Kconfig @@ -0,0 +1,13 @@ +config VIDEO_MEYE + tristate "Sony Vaio Picturebook Motion Eye Video For Linux" + depends on PCI && SONY_LAPTOP && VIDEO_V4L2 + ---help--- + This is the video4linux driver for the Motion Eye camera found + in the Vaio Picturebook laptops. Please read the material in + <file:Documentation/video4linux/meye.txt> 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. |