WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Re: [Xen-ia64-devel] [PATCH 6/9] [P2M/VP step 1] linux: introduce config

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-ia64-devel] [PATCH 6/9] [P2M/VP step 1] linux: introduce config option
From: Aron Griffis <aron@xxxxxx>
Date: Wed, 26 Apr 2006 12:03:42 -0400
Delivery-date: Wed, 26 Apr 2006 09:03:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060425041210.GA5513%yamahata@xxxxxxxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Mail-followup-to: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
References: <20060425041210.GA5513%yamahata@xxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.11
Hi Isaku,

Isaku Yamahata wrote:  [Tue Apr 25 2006, 12:12:10AM EDT]
> +
> +config XEN_IA64_DOM0_VP
> +     depends on XEN
> +     bool
> +     default n
> +     help
> +       dom0 vp model

This creates a config option that isn't accessible in menuconfig.
Normally I think such options have default y and are triggered by
their dependencies, for example the entry for XEN_BLKDEV_BACKEND

So either this needs to be default y, or it should be given a label so
it shows up in menuconfig.  For the latter, the syntax would be:
    bool "DOM0 VP Model"

Regards,
Aron

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>