# SPDX-License-Identifier: GPL-2.0-only

config VIDEO_NXP_NEOISP
	tristate "NXP NEO ISP v4l2 hardware driver"
	depends on V4L_MEM2MEM_DRIVERS
	depends on VIDEO_DEV
	select MEDIA_CONTROLLER
	select V4L2_MEM2MEM_DEV
	select VIDEOBUF2_DMA_CONTIG
	help
	  Enable this to support the NEO Image Signal Processing (ISP) module.

	  To compile this driver as a module, choose M here: the module
	  will be called neoisp.
