From: Tomas Szepe <szepe@pinerecords.com>
To: torvalds@osdl.org
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [TRIVIAL] kill annoying submenus in fs/Kconfig
Date: Tue, 5 Aug 2003 09:27:47 +0200 [thread overview]
Message-ID: <20030805072747.GD5876@louise.pinerecords.com> (raw)
Resend: patch against test2-bk4.
Kill annoying submenus in fs/Kconfig.
--
Tomas Szepe <szepe@pinerecords.com>
diff -urN a/fs/Kconfig b/fs/Kconfig
--- a/fs/Kconfig 2003-06-14 23:07:12.000000000 +0200
+++ b/fs/Kconfig 2003-07-26 20:48:56.000000000 +0200
@@ -481,7 +481,11 @@
local network, you probably do not need an automounter, and can say
N here.
-menu "CD-ROM/DVD Filesystems"
+config CD_FS
+ bool "CD-ROM/DVD Filesystems"
+ default y
+
+if CD_FS
config ISO9660_FS
tristate "ISO 9660 CDROM file system support"
@@ -545,9 +549,13 @@
If unsure, say N.
-endmenu
+endif
+
+config MS_FS
+ bool "DOS/FAT/NT Filesystems"
+ default y
-menu "DOS/FAT/NT Filesystems"
+if MS_FS
config FAT_FS
tristate "DOS FAT fs support"
@@ -728,9 +736,13 @@
It is strongly recommended and perfectly safe to say N here.
-endmenu
+endif
+
+config PSEUDO_FS
+ bool "Pseudo filesystems"
+ default y
-menu "Pseudo filesystems"
+if PSEUDO_FS
config PROC_FS
bool "/proc file system support"
@@ -881,9 +893,13 @@
say M here and read <file:Documentation/modules.txt>. The module
will be called ramfs.
-endmenu
+endif
+
+config MISC_FS
+ bool "Miscellaneous filesystems"
+ default y
-menu "Miscellaneous filesystems"
+if MISC_FS
config ADFS_FS
tristate "ADFS file system support (EXPERIMENTAL)"
@@ -1261,10 +1277,14 @@
Say Y here if you want to try writing to UFS partitions. This is
experimental, so you should back up your UFS partitions beforehand.
-endmenu
+endif
-menu "Network File Systems"
+config NET_FS
+ bool "Network File Systems"
depends on NET
+ default y
+
+if NET_FS
config NFS_FS
tristate "NFS file system support"
@@ -1591,7 +1611,7 @@
default m if AFS_FS=m
default y if AFS_FS=y
-endmenu
+endif
menu "Partition Types"
next reply other threads:[~2003-08-05 7:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-05 7:27 Tomas Szepe [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-07-26 19:55 [TRIVIAL] kill annoying submenus in fs/Kconfig Tomas Szepe
2003-07-27 3:09 ` Randy.Dunlap
2003-07-27 7:02 ` Tomas Szepe
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=20030805072747.GD5876@louise.pinerecords.com \
--to=szepe@pinerecords.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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