comment "MODULE ISP"

choice
	prompt "HISP Version"
	default KERNEL_CAMERA_USE_HISP800
	depends on KERNEL_CAMERA
	help
        Select ISP version.
config KERNEL_CAMERA_USE_HISP800
	bool "HISP800"
	depends on KERNEL_CAMERA

endchoice

