Sam Ravnborg wrote: > On Thu, Mar 31, 2005 at 12:02:13PM -0800, Randy.Dunlap wrote: > >>Other than "sounds good," are there some comments on: >> >>a. leaving IrDA and Bluetooth subsystem (with drivers) where they >> are, which is under "Network options and protocols" >> (I really don't want to split their drivers away from their >> subsystem, just to put them under Network driver support.) > > > Agreed. All IrDA / Bluetooth stuff belongs together. > Leave them where they are for now. > > >>b. leaving SLIP, PPP, and PLIP where they are under Network driver >> support, even though they say that they are "protocols" ? > > SLIP and PLIP is no that common. PPP is more common for cable-modem/ADSL > I suppose. But still it would make sense to create an Misc protocols > menu, like we have a misc filesystems menu. While looking into this suggestion, I see that SLIP, PLIP, and PPP depend on NETDEVICES, and they use some netdev interfaces, so they appear to be more like net devices than protocols even though they are called protocols in Kconfig text, so I am leaving them alone for now. Don't hesitate to correct me.... Any comments on this new version? Thanks, -- ~Randy