From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18390.9443.218176.274640@cargo.ozlabs.ibm.com> Date: Tue, 11 Mar 2008 17:21:23 +1100 From: Paul Mackerras To: Manish Ahuja Subject: Re: [PATCH 8/8] pseries: phyp dump: config file In-Reply-To: <47C7533D.9040002@austin.ibm.com> References: <47B90F55.2080606@austin.ibm.com> <1203641584.15378.2.camel@concordia.ozlabs.ibm.com> <47C74A66.1060105@austin.ibm.com> <47C7533D.9040002@austin.ibm.com> Cc: linuxppc-dev@ozlabs.org, linasvepstas@gmail.com, mahuja@us.ibm.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Manish Ahuja writes: > +config PHYP_DUMP > + bool "Hypervisor-assisted dump (EXPERIMENTAL)" > + depends on PPC_PSERIES && EXPERIMENTAL > + default y I think this should default to n for now (i.e. leave out the default line entirely). We can make it default to y later. Paul.