]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/xen/Kconfig
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes
[karo-tx-linux.git] / drivers / xen / Kconfig
index 7cd226da15fea2d6985b6203d696a6fe8e0c400f..73708acce3ca78dfeb2da5fa78d6655e8f6554d4 100644 (file)
@@ -280,4 +280,15 @@ config XEN_ACPI
        def_bool y
        depends on X86 && ACPI
 
+config XEN_SYMS
+       bool "Xen symbols"
+       depends on X86 && XEN_DOM0 && XENFS
+       default y if KALLSYMS
+       help
+          Exports hypervisor symbols (along with their types and addresses) via
+          /proc/xen/xensyms file, similar to /proc/kallsyms
+
+config XEN_HAVE_VPMU
+       bool
+
 endmenu