You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
402 B
18 lines
402 B
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".
|