|
@@ -186,6 +186,19 @@ config INTEL_IOMMU
|
|
|
and include PCI device scope covered by these DMA
|
|
|
remapping devices.
|
|
|
|
|
|
+config INTEL_IOMMU_DEBUGFS
|
|
|
+ bool "Export Intel IOMMU internals in Debugfs"
|
|
|
+ depends on INTEL_IOMMU && IOMMU_DEBUGFS
|
|
|
+ help
|
|
|
+ !!!WARNING!!!
|
|
|
+
|
|
|
+ DO NOT ENABLE THIS OPTION UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!!!
|
|
|
+
|
|
|
+ Expose Intel IOMMU internals in Debugfs.
|
|
|
+
|
|
|
+ This option is -NOT- intended for production environments, and should
|
|
|
+ only be enabled for debugging Intel IOMMU.
|
|
|
+
|
|
|
config INTEL_IOMMU_SVM
|
|
|
bool "Support for Shared Virtual Memory with Intel IOMMU"
|
|
|
depends on INTEL_IOMMU && X86
|