#
# SPDX-License-Identifier: GPL-2.0-only
#
# SUNXI FAST CAR REVERSE DRIVER
#
menu "Sunxi Fast Car Reverse Drivers"
	depends on AW_BSP

config VIDEO_SUNXI_CAR_REVERSE2
	depends on AW_DISP2
	tristate "sunxi fast car reverse driver 2.0"
	default n

config SUPPORT_AUXILIARY_LINE
	tristate "support auxiliary line display"
	depends on VIDEO_SUNXI_CAR_REVERSE2
	default n

config SUPPORT_PREVIEW_ROTATOR
	tristate "support g2d to rotate preview output"
	depends on VIDEO_SUNXI_CAR_REVERSE2 && (G2D_LEGACY || G2D_RCQ)
	default n

config SUPPORT_PREVIEW_ENHANCER
	tristate "support di to enhance preview output"
	depends on VIDEO_SUNXI_CAR_REVERSE2 && (SUNXI_DI_V1XX || SUNXI_DI_V2X || SUNXI_DI_V3X)
	default n

config CAR_REVERSE_SUPPORT_TVD
	bool "support tvd input source for car reverse"
	depends on VIDEO_SUNXI_CAR_REVERSE2 && AW_VIDEO_SUNXI_TVD
	default n

config CAR_REVERSE_SUPPORT_VIN
	bool "support vin input source for car reverse"
	depends on VIDEO_SUNXI_CAR_REVERSE2 && CSI_VIN && VIDEO_SUNXI_VIN_SPECIAL
	default n

config CAR_REVERSE_SUPPORT_VIRTUAL_SOURCE
	tristate "support virtual input source for car reverse"
	depends on VIDEO_SUNXI_CAR_REVERSE2
	default n


endmenu
