if ARCH_VF210X

config VF210X_SWITCH_PROFILE
	boolean "vf210x profile ctx switch times"
	depends on ARCH_VF210X
	default n

config VDEC
	boolean "video decoder"
	depends on ARCH_VF210X
	help
	  Video decoder

config MMDMA
	boolean "Allocate contiguous memory for Multimedia DMA eg. gstreamer"
	depends on ARCH_VF210X && VDEC
	help
	 Allocate contiguous memory for Multimedia DMA eg. gstreamer

endif
