config SOCT_NPU
	bool "NPU Feature"
	default y
	help
	  Support NPU.

config SOCT_SVM
	bool "svm driver"
	depends on ARM64 && ARM_SMMU_V3
	select IOMMU_SVA_LIB
	select MMU_NOTIFIER
	default y
	help
	  This driver provides character-level access to Huanglong
	  SVM chipset. Typically, you can bind a task to the
	  svm and share the virtual memory with Huanglong svm device.
	  When in doubt, say "N".
