On Wed, Jan 11, 2012 at 05:36:41PM +0100, Andrew Jones wrote:
Add a description to the config menu for xen tmem.
We will have another config option asked during 'make oldconfig' right?
I thought part of this cleanup patch is to remove some of this
complexity - not make it _more_ complex.
quoted hunk ↗ jump to hunk
Signed-off-by: Andrew Jones <redacted>
---
drivers/xen/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 1d24061..7e8d728 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -143,7 +143,7 @@ config SWIOTLB_XEN
select SWIOTLB
config XEN_TMEM
- bool
+ bool "Xen Transcendent Memory (tmem)"
default y if (CLEANCACHE || FRONTSWAP)
help
Shim to interface in-kernel Transcendent Memory hooks
--
1.7.7.5