| To: | linux-mips@oss.sgi.com |
|---|---|
| Subject: | MIPS config.in NET configuration |
| From: | Steve Johnson <stevej@ridgerun.com> |
| Date: | Thu, 16 Nov 2000 18:15:51 -0700 |
| Organization: | Ridgerun, Inc. |
| Sender: | owner-linux-mips@oss.sgi.com |
|
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
bool 'Network device support' CONFIG_NETDEVICES
if [ "$CONFIG_SGI_IP22" != "y" -a
\
source drivers/net/Config.in if [ "$CONFIG_ATM" = "y" ]; then
Steve
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | X, Joe Berens |
|---|---|
| Next by Date: | RE: MIPS config.in NET configuration, Pete Popov |
| Previous by Thread: | X, Joe Berens |
| Next by Thread: | RE: MIPS config.in NET configuration, Pete Popov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |