config MTK_DCM_COMMON
	tristate "Mediatek DCM COMMON"
	depends on ARCH_MEDIATEK && OF
	help
	  For Mediatek dcm control. Provid a common interface to
	  adjust dcm setting. Setting will not keep after reboot
	  Select "y" if you want to use.
	  Select "n" if you are not sure.

config MTK_DCM_MT6779
	tristate "Mediatek MT6779 DCM control"
	depends on ARCH_MEDIATEK && OF
	select MTK_DCM_COMMON
	help
	  For Mediatek MT6779 dcm HW control. Only enable when you
	  neet to change mt6779 dcm setting. Setting will not keep after reboot
	  Select "y" if you want to change mt6779 dcm setting.
	  Select "n" if you do not need to change

config MTK_DCM_MT6761
	tristate "Mediatek MT6761 DCM control"
	depends on ARCH_MEDIATEK && OF
	select MTK_DCM_COMMON
	help
	  For Mediatek MT6761 dcm HW control. Only enable when you
	  neet to change mt6761 dcm setting. Setting will not keep after reboot
	  Select "y" if you want to change mt6761 dcm setting.
	  Select "n" if you do not need to change

config MTK_DCM_MT6765
	tristate "Mediatek MT6765 DCM control"
	depends on ARCH_MEDIATEK && OF
	select MTK_DCM_COMMON
	help
	  For Mediatek MT6765 dcm HW control. Only enable when you
	  neet to change mt6765 dcm setting. Setting will not keep after reboot
	  Select "y" if you want to change mt6761 dcm setting.
	  Select "n" if you do not need to change
