# SPDX-License-Identifier: GPL-2.0
config RK610_TVOUT
	bool "RK610(Jetta) tvout support"
	depends on MFD_RK610
	default n
	help
		Support Jetta(RK610) to output YPbPr and CVBS.
		
config RK610_TVOUT_YPbPr
	bool "support YPbPr output"
	depends on RK610_TVOUT

config RK610_TVOUT_CVBS
	bool "support CVBS output"
	depends on RK610_TVOUT
