diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
commit | dcec8a13bf565e47942a1751a9cec21bec5648fe (patch) | |
tree | 548b69625b18cc2e88c3e68d0923be546c9ebb03 /net/ipx/Config.in | |
parent | 2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff) |
o Merge with Linux 2.1.99.
o Fix ancient bug in the ELF loader making ldd crash.
o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
Diffstat (limited to 'net/ipx/Config.in')
-rw-r--r-- | net/ipx/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ipx/Config.in b/net/ipx/Config.in index d35afbac0..17080b0c6 100644 --- a/net/ipx/Config.in +++ b/net/ipx/Config.in @@ -2,5 +2,7 @@ # IPX configuration # -comment 'IPX options' -bool 'Full internal IPX network' CONFIG_IPX_INTERN +bool 'IPX: Full internal IPX network' CONFIG_IPX_INTERN +if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then + dep_tristate 'IPX: SPX networking (EXPERIMENTAL)' CONFIG_SPX $CONFIG_IPX +fi |