* MIPS config.in NET configuration
@ 2000-11-17 1:15 Steve Johnson
0 siblings, 0 replies; 2+ messages in thread
From: Steve Johnson @ 2000-11-17 1:15 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1.1: Type: text/plain, Size: 2208 bytes --]
Hi,
I'm trying to add support for a Galileo Tech. EV64120A board,
building on Pete Popov's work that's already in CVS. I'm having trouble
with the "Network device support" menu when I "make xconfig".
If I select "Galileo EV96100 Evaluation board" on the "Machine
selection" menu, I can't select PPP support in the "Network device
support" menu because the IP22/Decstation/Baget code in
arch/mips/config.in eclipses the normal net menu's CONFIG_PPP. Is there
a reasonable way to resolve two different environments needing the same
variable defined?
The same problem exists for CONFIG_SERIAL, which is defined by the
Decstation and doesn't let me use the normal character device 16550 UART
menu item.
Please note that this is only a problem for "make xconfig". "make
menuconfig" works correctly and selects one set of responses for network
devices based on the machine selection. Is that the solution, that
everyone in MIPS uses "make menuconfig"?
if [ "$CONFIG_NET" = "y" ]; then
mainmenu_option next_comment
comment 'Network device support'
bool 'Network device support' CONFIG_NETDEVICES
if [ "$CONFIG_NETDEVICES" = "y" ]; then
if [ "$CONFIG_SGI_IP22" != "y" -a \
"$CONFIG_DECSTATION" != "y" -a \
"$CONFIG_BAGET_MIPS" != "y" ]; then
source drivers/net/Config.in
if [ "$CONFIG_ATM" = "y" ]; then
source drivers/atm/Config.in
fi
else
tristate 'Dummy net driver support' CONFIG_DUMMY
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
fi
tristate 'PPP (point-to-point) support' CONFIG_PPP
if [ ! "$CONFIG_PPP" = "n" ]; then
comment 'CCP compressors for PPP are only built as modules.'
fi
if [ "$CONFIG_SGI_IP22" = "y" ]; then
bool 'SGI Seeq ethernet controller support' CONFIG_SGISEEQ
fi
if [ "$CONFIG_DECSTATION" = "y" ]; then
bool 'DEC LANCE ethernet controller support' CONFIG_DECLANCE
fi
if [ "$CONFIG_BAGET_MIPS" = "y" ]; then
tristate 'Baget AMD LANCE support' CONFIG_BAGETLANCE
fi
fi
fi
endmenu
fi
Steve
[-- Attachment #1.2: Type: text/html, Size: 3372 bytes --]
[-- Attachment #2: Card for Steve Johnson --]
[-- Type: text/x-vcard, Size: 355 bytes --]
begin:vcard
n:Johnson;Steve
tel;fax:208-331-2227
tel;work:208-331-2226x11
x-mozilla-html:TRUE
url:http://www.ridgerun.com
org:RidgeRun, Inc.
version:2.1
email;internet:stevej@ridgerun.com
title:Senior Kernel Developer
adr;quoted-printable:;;RidgeRun, Inc.=0D=0A200 N 4th St, Suite 101 ;Boise;ID;83702;USA
x-mozilla-cpt:;27936
fn:Steve Johnson
end:vcard
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: MIPS config.in NET configuration
@ 2000-11-17 1:46 Pete Popov
0 siblings, 0 replies; 2+ messages in thread
From: Pete Popov @ 2000-11-17 1:46 UTC (permalink / raw)
To: Steve Johnson, linux-mips@oss.sgi.com
Hi Steve,
> I'm trying to add support for a Galileo Tech. EV64120A board,
>building on Pete Popov's work that's already in CVS. I'm having trouble
>with the "Network device support" menu when I "make xconfig".
xconfig was broken for me the last time I did some powerpc work as
well. If you want to be really safe, use "make config".
> If I select "Galileo EV96100 Evaluation board" on the "Machine
>selection" menu, I can't select PPP support in the "Network device
>support" menu because the IP22/Decstation/Baget code in
>arch/mips/config.in eclipses the normal net menu's CONFIG_PPP. Is there
>a reasonable way to resolve two different environments needing the same
>variable defined?
> The same problem exists for CONFIG_SERIAL, which is defined by the
>Decstation and doesn't let me use the normal character device 16550 UART
>menu item.
> Please note that this is only a problem for "make xconfig". "make
>menuconfig" works correctly and selects one set of responses for network
>devices based on the machine selection. Is that the solution, that
>everyone in MIPS uses "make menuconfig"?
BTW, I hope that by the end of next week, I'll be able to send Ralf the
latest patches for the ev96100. It's running pretty well now with the
scache enabled, but I found 96100 misconfiguration problems in the sdram
decoders/subdecoders. The DEC tulip (with one small patch), serial.c
(small patch again) also run fine, as well as the 96100 internal
10/100Mbps controllers.
--
Pete Popov
MontaVista Software, Inc
ppopov@mvista.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-11-17 1:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-17 1:15 MIPS config.in NET configuration Steve Johnson
-- strict thread matches above, loose matches on Subject: below --
2000-11-17 1:46 Pete Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox