#
# Deinterlace driver configuration
#

menu "Deinterlace driver"

config DEINTERLACE
	tristate "DEINTERLACE driver"
	default n
	help
		Select to enable AMLOGIC DEINTERLACE driver
		process interlace source need three continueed fields,
		wave progressive source with two interlace fields from
		one progreesive fields


if DEINTERLACE
config AM_DEINTERLACE_SD_ONLY
        bool "Enable DI Only for SD"
        default n
        help
			The buffer size will be smaller
			only support sd interlace source process,
			others will be bypassd
endif

endmenu
