lkml.org 
[lkml]   [2003]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2.4.22-pre10] Cleanup PPP menu and give it a submenu
Date
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
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)'
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.020 / U:0.564 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site