linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.4.22-pre10] Cleanup PPP menu and give it a submenu
@ 2003-08-01 10:40 Marc-Christian Petersen
  0 siblings, 0 replies; only message in thread
From: Marc-Christian Petersen @ 2003-08-01 10:40 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml

[-- Attachment #1: Type: text/plain, Size: 544 bytes --]

Hi Marcelo,

I've been getting complaints about the menu structure from the linux kernel 
config subsystem for a _long time_. Now let's clean up the PPP menu and give 
it a submenu. We are getting close that the menu will look more cleaner :)

More cleanups for different menu's are following.

Please apply for 2.4.22-pre10. Thank you :)

If you accept this one, some other arches have this stuff in 
arch/<arch>/Config.in which is bad anyway, but it needs a cleanup of the menu 
structure also, so I'll send a patch for them too.

ciao, Marc

[-- Attachment #2: 2.4-ppp-menu-cleanup.patch --]
[-- Type: text/x-diff, Size: 1341 bytes --]

diff -Naurp a/drivers/net/Config.in b/drivers/net/Config.in
--- a/drivers/net/Config.in	2003-01-03 18:39:27.000000000 +0100
+++ b/drivers/net/Config.in	2003-01-04 16:38:46.000000000 +0100
@@ -300,6 +300,15 @@ fi
 
 dep_tristate 'PLIP (parallel port) support' CONFIG_PLIP $CONFIG_PARPORT
 
+tristate 'SLIP (serial line) support' CONFIG_SLIP
+if [ "$CONFIG_SLIP" != "n" ]; then
+   bool '  CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
+   bool '  Keepalive and linefill' CONFIG_SLIP_SMART
+   bool '  Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
+fi
+
+mainmenu_option next_comment
+comment 'PPP (point-to-point protocol) support'
 tristate 'PPP (point-to-point protocol) support' CONFIG_PPP
 if [ ! "$CONFIG_PPP" = "n" ]; then
    dep_bool '  PPP multilink support (EXPERIMENTAL)' CONFIG_PPP_MULTILINK $CONFIG_EXPERIMENTAL
@@ -315,13 +315,7 @@ if [ ! "$CONFIG_PPP" = "n" ]; then
       dep_tristate '  PPP over ATM (EXPERIMENTAL)' CONFIG_PPPOATM $CONFIG_PPP $CONFIG_ATM
    fi
 fi
-
-tristate 'SLIP (serial line) support' CONFIG_SLIP
-if [ "$CONFIG_SLIP" != "n" ]; then
-   bool '  CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
-   bool '  Keepalive and linefill' CONFIG_SLIP_SMART
-   bool '  Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
-fi
+endmenu
 
 mainmenu_option next_comment
 comment 'Wireless LAN (non-hamradio)'

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-01 10:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-01 10:40 [PATCH 2.4.22-pre10] Cleanup PPP menu and give it a submenu Marc-Christian Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).