#
# DMA engine configuration
#

menuconfig OS_EXTEND
	bool "os support extend fun"
	help
	  os support extend fun.

if OS_EXTEND

config OS_EXTEND_VSIM
	bool "extend vsim fun"
	default y
	help
	  Used by ZXIC oss extend vsim fun

endif # OS_EXTEND
