From: Tomas Szepe <szepe@pinerecords.com>
To: Christoph Hellwig <hch@infradead.org>,
Andrew Walrond <andrew@walrond.org>,
linux-kernel@vger.kernel.org
Subject: re: 2.5-bk menuconfig format problem
Date: Mon, 3 Mar 2003 20:11:16 +0100 [thread overview]
Message-ID: <20030303191116.GG6946@louise.pinerecords.com> (raw)
In-Reply-To: <20030303185337.A30585@infradead.org>
> [hch@infradead.org]
>
> Ah, okay :) I newer use either menuconfig nor xconfig so I can't comment
> on it's placements. If people who actually do use if feel that it's placed
> wrongly feel free to submit a patch to fix it.
*** Approach A ***
diff -urN a/arch/i386/Kconfig b/arch/i386/Kconfig
--- a/arch/i386/Kconfig 2003-03-03 20:04:08.000000000 +0100
+++ b/arch/i386/Kconfig 2003-03-03 20:08:29.000000000 +0100
@@ -5,6 +5,9 @@
mainmenu "Linux Kernel Configuration"
+
+menu "Architecture specific options"
+
config X86
bool
default y
@@ -23,9 +26,9 @@
default y
help
This option allows you to choose whether you want to have support
- for socalled swap devices or swap files in your kernel that are
- used to provide more virtual memory than the actual RAM present
- in your computer. If unusre say Y.
+ for the so-called swap devices or swap files. There are used to
+ provide more virtual memory than the actual RAM presents in your
+ computer. If unsure, say Y.
config SBUS
bool
@@ -38,6 +41,9 @@
bool
default y
+endmenu
+
+
source "init/Kconfig"
*** Approach B ***
diff -urN a/arch/i386/Kconfig b/arch/i386/Kconfig
--- a/arch/i386/Kconfig 2003-03-03 20:04:08.000000000 +0100
+++ b/arch/i386/Kconfig 2003-03-03 19:58:48.000000000 +0100
@@ -18,15 +18,6 @@
bool
default y
-config SWAP
- bool "Support for paging of anonymous memory"
- default y
- help
- This option allows you to choose whether you want to have support
- for socalled swap devices or swap files in your kernel that are
- used to provide more virtual memory than the actual RAM present
- in your computer. If unusre say Y.
-
config SBUS
bool
diff -urN a/init/Kconfig b/init/Kconfig
--- a/init/Kconfig 2003-02-11 01:09:48.000000000 +0100
+++ b/init/Kconfig 2003-03-03 20:02:11.000000000 +0100
@@ -34,9 +34,18 @@
endmenu
-
menu "General setup"
+config SWAP
+ depends on X86
+ bool "Support for paging of anonymous memory"
+ default y
+ help
+ This option allows you to choose whether you want to have support
+ for the so-called swap devices or swap files. There are used to
+ provide more virtual memory than the actual RAM presents in your
+ computer. If unsure, say Y.
+
config SYSVIPC
bool "System V IPC"
---help---
You choose. ;)
--
Tomas Szepe <szepe@pinerecords.com>
next prev parent reply other threads:[~2003-03-03 19:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-03 15:15 Andrew Walrond
2003-03-03 17:58 ` Christoph Hellwig
2003-03-03 18:49 ` Tomas Szepe
2003-03-03 18:53 ` Christoph Hellwig
2003-03-03 19:11 ` Tomas Szepe [this message]
2003-03-03 19:19 ` Sam Ravnborg
2003-03-03 19:20 ` Christoph Hellwig
2003-03-03 19:22 ` Tomas Szepe
2003-03-03 19:26 ` Randy.Dunlap
2003-03-04 20:48 ` Bill Davidsen
2003-03-03 20:38 ` Andrew Walrond
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030303191116.GG6946@louise.pinerecords.com \
--to=szepe@pinerecords.com \
--cc=andrew@walrond.org \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®