lkml.org 
[lkml]   [2008]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [2.6.24 patch] x86: allow 64bit setting in Kconfig

* Sam Ravnborg <sam@ravnborg.org> wrote:

> > Style question, would the following be preferred?
> >
> > config 64BIT
> > def_bool ARCH = "x86_64"
> > prompt "64-bit kernel"
> > help...
>
> No.
> It is most common to let the prompt follow the type and not
> as a separate property.

hm, ok. I guess there's not much cleanliness difference between:

bool "64-bit kernel"
default ARCH = "x86_64"

and:

def_bool ARCH = "x86_64"
prompt "64-bit kernel"

Ingo


\
 
 \ /
  Last update: 2008-01-18 13:05    [W:0.092 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site