# SPDX-License-Identifier: GPL-2.0
menu "IPP"
config RK29_IPP
	tristate "ROCKCHIP RK29 IPP"
	depends on ARCH_RK29 || ARCH_RK30 || ARCH_RK3188
	default m
	help
          rk29 ipp module.	
          
config DEINTERLACE
	bool "Deinterlacing support"
	depends on 	RK29_IPP	
	default y
	help 
					Mobile phone dose not support deinterlacing
	
endmenu

