# SPDX-License-Identifier: (GPL-2.0+ OR MIT)

config AMLOGIC_MEDIA_CAMERA
	tristate "Amlogic Camera driver"
	select VIDEOBUF2_DMA_CONTIG
	select VIDEOBUF2_VMALLOC
	select V4L2_FWNODE
	select V4L2_ASYNC
	default n
	help
		This option is used to configure amlogic camera driver,
		which need use dma contig and v4l2 fwnode.
		select y for built-in
		select m for ko
		select n for disable
