node: Add heterogenous memory access attributes
[linux-2.6-microblaze.git] / drivers / base / Kconfig
index 9fb2c4c..1d47ab9 100644 (file)
@@ -148,6 +148,14 @@ config DEBUG_TEST_DRIVER_REMOVE
          unusable. You should say N here unless you are explicitly looking to
          test this functionality.
 
+config HMEM_REPORTING
+       bool
+       default n
+       depends on NUMA
+       help
+         Enable reporting for heterogenous memory access attributes under
+         their non-uniform memory nodes.
+
 source "drivers/base/test/Kconfig"
 
 config SYS_HYPERVISOR