summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2022-04-22 16:31:30 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-05-13 11:02:20 +0200
commit0daab1944318351a8b276e70a8da92936642cfb4 (patch)
treef5059cba09d7883c23ce50333ba53931ca560240 /drivers
parentmedia: Documentation/media: Remove incorrect statement (diff)
downloadlinux-0daab1944318351a8b276e70a8da92936642cfb4.tar.xz
linux-0daab1944318351a8b276e70a8da92936642cfb4.zip
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 <festevam@denx.de> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/platform/nxp/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/nxp/Kconfig b/drivers/media/platform/nxp/Kconfig
index a0810df751dc..1ac0a6e91111 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.