Re: More patches to arch/sparc/Kconfig [2 of 5]

From: Jim Nelson
Date: Mon Oct 18 2004 - 17:42:45 EST


William Lee Irwin III wrote:
On Mon, Oct 18, 2004 at 05:41:40AM -0400, Jim Nelson wrote:

Fixes typo in help in openpromfs.
Apply against 2.6.9-rc4.
diff -u arch/sparc/Kconfig.orig arch/sparc/Kconfig
--- ./arch/sparc/Kconfig.orig 2004-10-16 09:53:49.626021592 -0400
+++ ./arch/sparc/Kconfig 2004-10-16 10:13:17.660148269 -0400
@@ -248,7 +248,7 @@
-t openpromfs none /proc/openprom".

To compile the /proc/openprom support as a module, choose M here: the
- module will be called openpromfs. If unsure, choose M.
+ module will be called openpromfs. If unsure, choose N.

source "fs/Kconfig.binfmt"


Except this one. I'm relatively sure this is not a typo.


-- wli


You may be right about openpromfs. How's this instead:

diff -u arch/sparc/Kconfig.orig arch/sparc/Kconfig




--- arch/sparc/Kconfig.orig 2004-10-16 09:53:49.626021592 -0400
+++ arch/sparc/Kconfig 2004-10-18 18:38:05.125374024 -0400
@@ -248,7 +248,10 @@
-t openpromfs none /proc/openprom".

To compile the /proc/openprom support as a module, choose M here: the
- module will be called openpromfs. If unsure, choose M.
+ module will be called openpromfs.
+
+ Only choose N if you know in advance that you will not need to modify
+ OpenPROM settings on the running system.

source "fs/Kconfig.binfmt"