# SPDX-License-Identifier: GPL-2.0
#
# TV Encoder drivers configuration
#

menuconfig RK_TVENCODER
	bool "Rockchip TV Encoder support"
   	depends on FB_ROCKCHIP
	help
		Support RockChip TV Encoder if you say y here.

source "drivers/video/rockchip/tve/rk1000/Kconfig"
source "drivers/video/rockchip/tve/rk3036/Kconfig"
source "drivers/video/rockchip/tve/rk610/Kconfig"
source "drivers/video/rockchip/tve/gm7122/Kconfig"
