diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-20 15:32:14 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-04 16:14:56 +0300 |
commit | 516af1e2e4af336a2602025a591f5f986b411ab7 (patch) | |
tree | 918127e0d065c2f53893190dfa73cc057f36b940 /drivers/media/pci/sta2x11 | |
parent | 258c524bdaab5b5eff847f8967891279bf37fbe1 (diff) | |
download | linux-516af1e2e4af336a2602025a591f5f986b411ab7.tar.xz |
media: sta2x11_vip: allow build with COMPILE_TEST
This driver doesn't use any weird API. So, allow building it
with COMPILE_TEST.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/pci/sta2x11')
-rw-r--r-- | drivers/media/pci/sta2x11/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/sta2x11/Kconfig b/drivers/media/pci/sta2x11/Kconfig index e03587b1af71..7af3f1cbcea8 100644 --- a/drivers/media/pci/sta2x11/Kconfig +++ b/drivers/media/pci/sta2x11/Kconfig @@ -1,6 +1,6 @@ config STA2X11_VIP tristate "STA2X11 VIP Video For Linux" - depends on STA2X11 + depends on STA2X11 || COMPILE_TEST depends on HAS_DMA select VIDEO_ADV7180 if MEDIA_SUBDRV_AUTOSELECT select VIDEOBUF2_DMA_CONTIG |