From: Mauro Carvalho Chehab Date: Fri, 20 Apr 2018 12:32:14 +0000 (-0400) Subject: media: sta2x11_vip: allow build with COMPILE_TEST X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=516af1e2e4af336a2602025a591f5f986b411ab7;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Mauro Carvalho Chehab --- 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