if IOMMU_SUPPORT

config HOBOT_IOMMU
	tristate "Hobot IOMMU Support"
	depends on ARCH_HOBOT
	select IOMMU_API
	help
	  Support for IOMMU(System MMU) on certain Hobot SoCs. The MMU can map 4GB address area into 16 sections of 256MB address area.
	  Each section can be mapped to any 256MB area in 24GB address area. The minium particle of memory section is 256MB and the
	  start address for each memory section must be 256M aligned.

endif # IOMMU_SUPPORT
