aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r--drivers/xen/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 67af155cf602..dd4d9cb86243 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -145,9 +145,9 @@ config SWIOTLB_XEN
145 select SWIOTLB 145 select SWIOTLB
146 146
147config XEN_TMEM 147config XEN_TMEM
148 bool 148 tristate
149 depends on !ARM 149 depends on !ARM
150 default y if (CLEANCACHE || FRONTSWAP) 150 default m if (CLEANCACHE || FRONTSWAP)
151 help 151 help
152 Shim to interface in-kernel Transcendent Memory hooks 152 Shim to interface in-kernel Transcendent Memory hooks
153 (e.g. cleancache and frontswap) to Xen tmem hypercalls. 153 (e.g. cleancache and frontswap) to Xen tmem hypercalls.