config DRM_PHYTIUMVR_OCTOPUS
	tristate "PhytiumVR Octopus"
	depends on ARM64
	depends on HAS_IOMEM
	depends on DRM
	depends on DRM_PHYTIUM
	select DRM_KMS_HELPER
	select PM_DEVFREQ
	select DEVFREQ_GOV_SIMPLE_ONDEMAND
	select PM_OPP
	select DEVFREQ_THERMAL
	select SYNC_FILE
	help
	  Driver for PhytiumVR octopus graphics hardware.

	  Say Y or M here if your SoC contains a PhytiumVR Octopus GPU. For more
	  information, see <http://www.phytium.com.cn/>.

config DRM_PHYTIUMVR_DVFS
	bool "Enable Phytium GPU DVFS features"
	depends on DRM_PHYTIUMVR_OCTOPUS
	select PM_DEVFREQ
	select PM_OPP
	select DEVFREQ_THERMAL
	select DEVFREQ_GOV_SIMPLE_ONDEMAND
	help
 	  Add additional DVFS featurs to the Phytium Octopus GPU driver.

config DRM_PHYTIUMVR_OCTOPUS_DMA
	bool "Enable DMA support for Phtium Octopus GPU"
	depends on DRM_PHYTIUMVR_OCTOPUS
	select PHYTIUM_AXI_DMAC
	help
	  Add DMA support to accelarate memory copy between system memory and
	  GPU device memory.
