
config SPRD_DMC_MPU
	tristate "Spreadtrum DMC MPU Support"
	depends on SPRD_DEBUG
	select SPRD_DMC_MPU_CORE
	help
	  Say Y here to support dmc mpu support.

config SPRD_DMC_MPU_R4P0
	tristate "Spreadtrum DMC MPU R4P0 Support"
	depends on SPRD_DEBUG
	help
	  Say Y here to support R3P0 dmc mpu support.

config SPRD_DMC_MPU_R3P0
	tristate "Spreadtrum DMC MPU R3P0 Support"
	depends on SPRD_DEBUG
	help
	  Say Y here to support R3P0 dmc mpu support.

config SPRD_DMC_MPU_CORE
	bool "Spreadtrum DMC MPU Core Support"
	depends on SPRD_DEBUG
	default n
	help
	  Say Y here to support the dmc mpu core.


