Skip to content

Commit

Permalink
media: meye: Fix build COMPILE_TEST error
Browse files Browse the repository at this point in the history
If COMPILE_TEST is y and SONY_LAPTOP is m,
building fails as below:

Reported-by: Hulk Robot <[email protected]>
Fixes: 6159e12 ("media: meye: allow building it with COMPILE_TEST on non-x86")
Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
YueHaibing authored and mchehab committed Jun 21, 2019
1 parent 8c937ab commit eef4d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/pci/meye/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
config VIDEO_MEYE
tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
depends on PCI && VIDEO_V4L2
depends on SONY_LAPTOP || COMPILE_TEST
depends on SONY_LAPTOP
depends on X86 || COMPILE_TEST
help
This is the video4linux driver for the Motion Eye camera found
in the Vaio Picturebook laptops. Please read the material in
Expand Down

0 comments on commit eef4d8e

Please sign in to comment.