config SPECIFY_IMGSENSOR
	bool SPECIFY_IMGSENSOR
	depends on MTK_IMGSENSOR
	help
	  Specify name of each sensor to
	  prevent obtaining wrong sensor driver with same sensor ID.
	  For example, imx258_mipi_raw and imx258_mipi_mono
	  are of same sensor ID. If not specifying
	  sensor, imx258_mipi_mono may be recognized as imx258_mipi_raw.

config IMGSENSOR_MAIN
	string "Custom main image sensor"
	depends on SPECIFY_IMGSENSOR
	help
	  Specify main sensor.
	  This config is mainly mapping to userspace.
	  Consider the numbers of sensors and usage on the phone.
	  Compare the custom usage defined in user-custom folder.

config IMGSENSOR_MAIN2
	string "Custom main2 image sensor"
	depends on SPECIFY_IMGSENSOR
	help
	  Specify main2 sensor.
	  This config is mainly mapping to userspace.
	  Consider the numbers of sensors and usage on the phone.
	  Compare the custom usage defined in user-custom folder.

config IMGSENSOR_SUB
	string "Custom sub image sensor"
	depends on SPECIFY_IMGSENSOR
	help
	  Specify sub sensor.
	  This config is mainly mapping to userspace.
	  Consider the numbers of sensors and usage on the phone.
	  Compare the custom usage defined in user-custom folder.

config IMGSENSOR_SUB2
	string "Custom sub2 image sensor"
	depends on SPECIFY_IMGSENSOR
	help
	  Specify sub2 sensor.
	  This config is mainly mapping to userspace.
	  Consider the numbers of sensors and usage on the phone.
	  Compare the custom usage defined in user-custom folder.

config IMGSENSOR_MAIN3
	string "Custom main3 image sensor"
	depends on SPECIFY_IMGSENSOR
	help
	  Specify main3 sensor.
	  This config is mainly mapping to userspace.
	  Consider the numbers of sensors and usage on the phone.
	  Compare the custom usage defined in user-custom folder.