From: Fabio Estevam Date: Fri, 22 Apr 2022 14:31:30 +0000 (+0200) Subject: media: platform: video-viu: Do not select it by default X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0daab1944318351a8b276e70a8da92936642cfb4;p=linux.git media: platform: video-viu: Do not select it by default The video viu driver is not a vital one for booting purposes. Remove the unneeded 'default y' option. Signed-off-by: Fabio Estevam Reviewed-by: Laurent Pinchart Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/nxp/Kconfig b/drivers/media/platform/nxp/Kconfig index a0810df751dcf..1ac0a6e911111 100644 --- a/drivers/media/platform/nxp/Kconfig +++ b/drivers/media/platform/nxp/Kconfig @@ -20,7 +20,6 @@ config VIDEO_VIU depends on V4L_PLATFORM_DRIVERS depends on VIDEO_DEV && (PPC_MPC512x || COMPILE_TEST) && I2C select VIDEOBUF_DMA_CONTIG - default y help Support for Freescale VIU video driver. This device captures video data, or overlays video on DIU frame buffer.