#menu depth2
menu "Direct FIMC-IS Control Setting"

config USE_DIRECT_IS_CONTROL
	bool "Use IS hardware directly"
	default n
	help
	  Enable HW direct control.

config CAMERA_FIMC_SCALER_USE
        bool "Use FIMC-SCALER"
        depends on USE_DIRECT_IS_CONTROL
        default n
        help
          use fimc-scaler

config CAMERA_MC_SCALER_VER1_USE
        bool "Use MC-SCALER S/W VERSION 1"
        depends on USE_DIRECT_IS_CONTROL
        default n
        help
          use mc-scaler version 1(scp param)

config CAMERA_MC_SCALER_VER2_USE
        bool "Use MC-SCALER S/W VERSION 2"
        depends on USE_DIRECT_IS_CONTROL
        default n
        help
          use mc-scaler version 2(mcs param)

source "drivers/media/platform/exynos/fimc-is2/hardware/api/Kconfig"
endmenu

config USE_HW_API_COMMON
	bool "Use HW API Common library"
	default y
	help
	  Enalbe HW API Common library.

config USE_HOST_FD_LIBRARY
	bool "Use FD library in host"
	default n
	help
	  Enalbe SW FD library in host.

config USE_SENSOR_GROUP
	bool "Use sensor group feature"
	default n
	help
	  Enalbe sensor group feature.

config DCP_V1_0
        bool "Use DCP H/W v1.0"
        default n
        help
          use dcp v1.0

config SRDZ_V1_0
        bool "Use SRDZ H/W v1.0"
        default n
        help
          use srdz v1.0
