Commit eef4d8e9 authored by YueHaibing's avatar YueHaibing Committed by Mauro Carvalho Chehab

media: meye: Fix build COMPILE_TEST error

If COMPILE_TEST is y and SONY_LAPTOP is m,
building fails as below:
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Fixes: 6159e12e ("media: meye: allow building it with COMPILE_TEST on non-x86")
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 8c937ab9
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
config VIDEO_MEYE config VIDEO_MEYE
tristate "Sony Vaio Picturebook Motion Eye Video For Linux" tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
depends on PCI && VIDEO_V4L2 depends on PCI && VIDEO_V4L2
depends on SONY_LAPTOP || COMPILE_TEST depends on SONY_LAPTOP
depends on X86 || COMPILE_TEST
help help
This is the video4linux driver for the Motion Eye camera found This is the video4linux driver for the Motion Eye camera found
in the Vaio Picturebook laptops. Please read the material in in the Vaio Picturebook laptops. Please read the material in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment