From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH 4/4] xen kconfig: describe xen tmem in the config menu Date: Wed, 11 Jan 2012 12:35:36 -0500 Message-ID: <20120111173536.GD4449@phenom.dumpdata.com> References: <20120111161911.GB18203@andromeda.dapyr.net> <1326299801-7966-1-git-send-email-drjones@redhat.com> <1326299801-7966-4-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1326299801-7966-4-git-send-email-drjones@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Andrew Jones Cc: konrad@darnok.org, jeremy@goop.org, xen-devel@lists.xensource.com, virtualization@lists.linux-foundation.org, stefano.stabellini@eu.citrix.com List-Id: virtualization@lists.linuxfoundation.org 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. > > Signed-off-by: Andrew Jones > --- > 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