diff options
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r-- | drivers/xen/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index a59638b37c1a..be8732c32185 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig | |||
@@ -105,4 +105,11 @@ config SWIOTLB_XEN | |||
105 | depends on PCI | 105 | depends on PCI |
106 | select SWIOTLB | 106 | select SWIOTLB |
107 | 107 | ||
108 | config XEN_TMEM | ||
109 | bool | ||
110 | default y if (CLEANCACHE || FRONTSWAP) | ||
111 | help | ||
112 | Shim to interface in-kernel Transcendent Memory hooks | ||
113 | (e.g. cleancache and frontswap) to Xen tmem hypercalls. | ||
114 | |||
108 | endmenu | 115 | endmenu |